From 6ed46d5f0a03e4836175e2e93d86ef50ec32436e Mon Sep 17 00:00:00 2001 From: Stephen Warren Date: Wed, 28 Nov 2012 12:51:18 -0700 Subject: [PATCH] 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 Reviewed-on: http://git-master/r/167475 Reviewed-by: Allen Martin Reviewed-by: Automatic_Commit_Validation_User Reviewed-by: Eric Brower --- bct_dump.c | 1 + 1 file changed, 1 insertion(+) diff --git a/bct_dump.c b/bct_dump.c index d7be402be7..12f2fa9a71 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" },