From b03ef6aa9c7671a1c528e45d48bd56d9f892cc08 Mon Sep 17 00:00:00 2001 From: E V Ravi Date: Thu, 29 Nov 2018 13:32:44 +0530 Subject: soc: qcom: boot_stats: Moved the early cam entry Added the new bootmarkers in struct boot_stats for bootloader_checksum_start and bootloader_checksum_end to match the exact order of entries defined in the bootloader enum bs_entry. And also moved the bootloader_early_camera_start entry to the bottom to match the same. Change-Id: I1fa19aa21b658d8fdf7dcf5bba6658c40420d426 Signed-off-by: E V Ravi --- include/soc/qcom/boot_stats.h | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'include') diff --git a/include/soc/qcom/boot_stats.h b/include/soc/qcom/boot_stats.h index 663dfb3ad1d5..777cc247e5df 100644 --- a/include/soc/qcom/boot_stats.h +++ b/include/soc/qcom/boot_stats.h @@ -24,8 +24,10 @@ struct boot_stats { uint32_t load_kernel_end; #ifdef CONFIG_MSM_BOOT_TIME_MARKER uint32_t bootloader_early_domain_start; - uint32_t bootloader_early_camera_start; uint32_t bootloader_checksum; + uint32_t bootloader_checksum_start; + uint32_t bootloader_checksum_end; + uint32_t bootloader_early_camera_start; #endif }; -- cgit v1.2.3