Rename API classes
authorArtem Bityutskiy <artem.bityutskiy@intel.com>
Thu, 8 Nov 2012 10:16:02 +0000 (12:16 +0200)
committerArtem Bityutskiy <artem.bityutskiy@intel.com>
Thu, 8 Nov 2012 10:16:02 +0000 (12:16 +0200)
commit5a67c4d68124b337f507db6b896e5fbe7bd9d0b0
tree49a36842e45705ace87e02775878a0e9ee5a5185
parent9f75f1cd3b5ca4e861491c60d69924786ecae759
Rename API classes

Change API class names from BmapCreator/BmapFlasher to BmapCreate/BmapFlash.
I plan to get rid of 'bmap-creator' and 'bmap-flasher' and instead, have
a single 'bmap' tool with sub-commands: bmap create and bmap flash.

Change-Id: I5b6fbb0b75954fc27ce39ad5e4317f4957461595
Signed-off-by: Artem Bityutskiy <artem.bityutskiy@intel.com>
bmap-creator
bmap-flasher
bmaptools/BmapCreate.py
bmaptools/BmapFlash.py
bmaptools/BmapHelpers.py