BmapFlasher: move constant to the module level
authorArtem Bityutskiy <artem.bityutskiy@intel.com>
Wed, 31 Oct 2012 12:05:31 +0000 (14:05 +0200)
committerArtem Bityutskiy <artem.bityutskiy@intel.com>
Thu, 1 Nov 2012 06:59:03 +0000 (08:59 +0200)
commitffedebc55c428fbd597b537ac8aa07f7fd0c7890
tree1e7ba7f021840f1cb1587bea92c7c1ad4620e9e5
parent65328cc5bc5d9e228a62a2c85886d35855e64ac8
BmapFlasher: move constant to the module level

The maximum supported bmap version is actually a module-level attribute, not a
class-level attribute - move it to the module level.

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