Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit b03ef6aa authored by E V Ravi's avatar E V Ravi
Browse files

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: default avatarE V Ravi <evenka@codeaurora.org>
parent 58a9174f
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -1904,7 +1904,7 @@

		boot_stats@6b0 {
			compatible = "qcom,msm-imem-boot_stats";
			reg = <0x6b0 32>;
			reg = <0x6b0 44>;
		};

		pil@94c {
+3 −1
Original line number Diff line number Diff line
@@ -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
};