bmaptool: assume that bmap and asc files are not compressed
authorArtem Bityutskiy <artem.bityutskiy@intel.com>
Mon, 27 Jan 2014 15:20:57 +0000 (17:20 +0200)
committerArtem Bityutskiy <artem.bityutskiy@intel.com>
Tue, 28 Jan 2014 12:23:22 +0000 (14:23 +0200)
commit8d67371d1ee1bdf568540644f0950351dc935246
tree465d910ea18f6fccfad87273a8226a3d525c8abd
parent6a7a275b593ff644aa496b9f2766eeb59ff712eb
bmaptool: assume that bmap and asc files are not compressed

Remove useless 'is_compressed' check for bmap and asc files which are never
compressed, since compression is currently detected by file extention, so .bmap
and .asc extentions always correspond to an uncompressed file.

Change-Id: I93e743bc760f0f37d6fcee8bc079eade532708f1
Signed-off-by: Artem Bityutskiy <artem.bityutskiy@intel.com>
bmaptool