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 <evenka@codeaurora.org>
This commit is contained in:
parent
58a9174f20
commit
b03ef6aa9c
2 changed files with 4 additions and 2 deletions
|
@ -1904,7 +1904,7 @@
|
||||||
|
|
||||||
boot_stats@6b0 {
|
boot_stats@6b0 {
|
||||||
compatible = "qcom,msm-imem-boot_stats";
|
compatible = "qcom,msm-imem-boot_stats";
|
||||||
reg = <0x6b0 32>;
|
reg = <0x6b0 44>;
|
||||||
};
|
};
|
||||||
|
|
||||||
pil@94c {
|
pil@94c {
|
||||||
|
|
|
@ -24,8 +24,10 @@ struct boot_stats {
|
||||||
uint32_t load_kernel_end;
|
uint32_t load_kernel_end;
|
||||||
#ifdef CONFIG_MSM_BOOT_TIME_MARKER
|
#ifdef CONFIG_MSM_BOOT_TIME_MARKER
|
||||||
uint32_t bootloader_early_domain_start;
|
uint32_t bootloader_early_domain_start;
|
||||||
uint32_t bootloader_early_camera_start;
|
|
||||||
uint32_t bootloader_checksum;
|
uint32_t bootloader_checksum;
|
||||||
|
uint32_t bootloader_checksum_start;
|
||||||
|
uint32_t bootloader_checksum_end;
|
||||||
|
uint32_t bootloader_early_camera_start;
|
||||||
#endif
|
#endif
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue