gpt_parser: harmonize naming a bit
authorArtem Bityutskiy <artem.bityutskiy@intel.com>
Thu, 11 Apr 2013 06:04:28 +0000 (09:04 +0300)
committerArtem Bityutskiy <artem.bityutskiy@intel.com>
Fri, 19 Apr 2013 13:25:55 +0000 (16:25 +0300)
commitc7329ed7abb7754182c6fcd75ff81e73f61dc90d
treebc51d5866621e648021e804fc43f376c7a552594
parent39a18410920986e625551158e708ce9a304c4943
gpt_parser: harmonize naming a bit

Use 'raw_hdr' for raw header and 'header' for the header dictionary. This makes
the code easier to read because you always know what you deal with from the
variable name.

Change-Id: Iae0420ec149861067a455bb62276cb50fc6ba719
Signed-off-by: Artem Bityutskiy <artem.bityutskiy@intel.com>
mic/utils/gpt_parser.py