gpt_parser: rename the parts_cnt dict key
authorArtem Bityutskiy <artem.bityutskiy@intel.com>
Thu, 11 Apr 2013 10:05:08 +0000 (13:05 +0300)
committerArtem Bityutskiy <artem.bityutskiy@intel.com>
Fri, 19 Apr 2013 13:27:40 +0000 (16:27 +0300)
commitd40fca4cad1c6ef0b6bb2e0d39b462ea812b5854
tree9d5965eb3259f52dcfbd8a52996d2b284d628ba0
parenta485287e08f25e231d29e889297280beac239363
gpt_parser: rename the parts_cnt dict key

The 'parts_cnt' header dictionary key is named poorly because this is actually
the number of available partition table entries, not the number of partitions.
Thus, rename it to 'entries_cnt'.

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