mirror of
https://github.com/Telecominfraproject/OpenCellular.git
synced 2025-12-27 10:14:57 +00:00
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:
@@ -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" },
|
||||
|
||||
Reference in New Issue
Block a user