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

Commit 8a475d4b authored by Linux Build Service Account's avatar Linux Build Service Account Committed by Gerrit - the friendly Code Review server
Browse files

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

parents 7daef91b b03ef6aa
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
};