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>
This commit is contained in:
Stephen Warren
2012-11-28 12:51:18 -07:00
parent b258a01dfb
commit 6ed46d5f0a

View File

@@ -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" },