BmapCopy: fix image size validation
authorArtem Bityutskiy <artem.bityutskiy@intel.com>
Mon, 26 Nov 2012 15:34:15 +0000 (17:34 +0200)
committerArtem Bityutskiy <artem.bityutskiy@intel.com>
Mon, 26 Nov 2012 16:15:44 +0000 (18:15 +0200)
commit5578c7ff49116db0c9ba708259eb0f440d667f11
tree8682e5581e074081bcaf14f709917e1133446139
parent2d22a8f0d2b57a65ff6721c7f064d0f90fd0e607
BmapCopy: fix image size validation

... which did not work correctly because it should only be run for uncompressed
images in __init__, as well as for any images when there is no bmap.

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