summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStephen Warren <swarren@nvidia.com>2012-11-28 12:51:18 -0700
committerStephen Warren <swarren@nvidia.com>2012-11-30 15:10:39 -0800
commit6ed46d5f0a03e4836175e2e93d86ef50ec32436e (patch)
treeef585250a1bfc5364d8507600d1976ac434060b6
parentb258a01dfb906329ccc2948d4cf7b2a8af219c37 (diff)
downloadnvidia-cbootimage-6ed46d5f0a03e4836175e2e93d86ef50ec32436e.tar.gz
bct_dump: dump the ODMDATA value
And leave a blank line after it, to emulate the layout of configurations in cbootimage-configs.git. Change-Id: Ic0ad7622503786df0c38e5ef60e6df5dc722bc4e Signed-off-by: Stephen Warren <swarren@nvidia.com> Reviewed-on: http://git-master/r/167475 Reviewed-by: Allen Martin <amartin@nvidia.com> Reviewed-by: Automatic_Commit_Validation_User Reviewed-by: Eric Brower <ebrower@nvidia.com>
-rw-r--r--bct_dump.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/bct_dump.c b/bct_dump.c
index d7be402..12f2fa9 100644
--- a/bct_dump.c
+++ b/bct_dump.c
@@ -38,6 +38,7 @@ static value_data const values[] = {
{ token_block_size_log2, "BlockSize = 0x%08x;\n" },
{ token_page_size_log2, "PageSize = 0x%08x;\n" },
{ token_partition_size, "PartitionSize = 0x%08x;\n" },
+ { token_odm_data, "OdmData = 0x%08x;\n\n" },
{ token_bootloader_used, "# Bootloader used = %d;\n" },
{ token_bootloaders_max, "# Bootloaders max = %d;\n" },
{ token_bct_size, "# BCT size = %d;\n" },