BmapFlasher: do not postpone size initialization for uncompressed images
authorArtem Bityutskiy <artem.bityutskiy@intel.com>
Tue, 6 Nov 2012 12:39:11 +0000 (14:39 +0200)
committerArtem Bityutskiy <artem.bityutskiy@intel.com>
Wed, 7 Nov 2012 08:50:45 +0000 (10:50 +0200)
commit6685875b76b7c2944d13a409e27b05e9a00c603d
treee5fe45c4d06e862d4d1d473c1618b7a971f03096
parenta632b54c385d59118e683bae227c03a41c99799b
BmapFlasher: do not postpone size initialization for uncompressed images

When we are flashing images without bmap, we cannot initialize various
size-related attributes until we flash the image if the image is compressed.
However, we can do this for uncompressed images.

Change-Id: I8b8e604e68f680acbd059c7a44f92c654a9b4755
Signed-off-by: Artem Bityutskiy <artem.bityutskiy@intel.com>
bmaptools/BmapFlasher.py