Merge "soc: qcom: boot_stats: Moved the early cam entry"

This commit is contained in:
Linux Build Service Account 2018-12-03 17:19:24 -08:00 committed by Gerrit - the friendly Code Review server
commit 8a475d4ba1
2 changed files with 4 additions and 2 deletions

View file

@ -1904,7 +1904,7 @@
boot_stats@6b0 {
compatible = "qcom,msm-imem-boot_stats";
reg = <0x6b0 32>;
reg = <0x6b0 44>;
};
pil@94c {

View file

@ -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
};