Merge "soc: qcom: boot_stats: Moved the early cam entry"
This commit is contained in:
commit
8a475d4ba1
2 changed files with 4 additions and 2 deletions
|
@ -1904,7 +1904,7 @@
|
|||
|
||||
boot_stats@6b0 {
|
||||
compatible = "qcom,msm-imem-boot_stats";
|
||||
reg = <0x6b0 32>;
|
||||
reg = <0x6b0 44>;
|
||||
};
|
||||
|
||||
pil@94c {
|
||||
|
|
|
@ -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
|
||||
};
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue