mirror of
https://github.com/Telecominfraproject/OpenCellular.git
synced 2025-11-24 02:05:01 +00:00
Change debug messages to use 1-based GPT partition numbers.
BUG=none TEST=none Change-Id: Ib717f1008edbb6c11d73fbe42d533ebe45800a45 Reviewed-on: http://gerrit.chromium.org/gerrit/7410 Reviewed-by: Randall Spangler <rspangler@chromium.org> Tested-by: Bill Richardson <wfrichar@chromium.org>
This commit is contained in:
@@ -61,7 +61,10 @@ typedef struct {
|
||||
* 0x04 = table1
|
||||
* 0x08 = table2 */
|
||||
int current_kernel; /* the current chromeos kernel index in partition table.
|
||||
* -1 means not found on drive. */
|
||||
* -1 means not found on drive. Note that GPT partition
|
||||
* numbers are traditionally 1-based, but we're using
|
||||
* a zero-based index here.
|
||||
*/
|
||||
|
||||
/* Internal variables */
|
||||
uint32_t valid_headers, valid_entries;
|
||||
|
||||
Reference in New Issue
Block a user