BmapCreate: remove useless seek
authorArtem Bityutskiy <artem.bityutskiy@intel.com>
Tue, 20 Nov 2012 09:37:08 +0000 (11:37 +0200)
committerArtem Bityutskiy <artem.bityutskiy@intel.com>
Tue, 20 Nov 2012 14:55:20 +0000 (16:55 +0200)
commit232ffe744129fc3e79e2313c6b203556fe140538
treebe01af1cabf49eae1d42b7ea3e18ab4693c8e7be
parent675303194d722ed01906d7cbd809c2e2dd93ff19
BmapCreate: remove useless seek

We do not need to seek the image to the beginning because we do not care
about the file position - we do not read of write the file.

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