Attention is currently required from: Tim Wawrzynczak. Maulik V Vaghela has uploaded this change for review. ( https://review.coreboot.org/c/coreboot/+/56654 )
Change subject: mb/google/brya: Disable crashlog on brya ......................................................................
mb/google/brya: Disable crashlog on brya
Crashlog is a debug feature and not used in normal mode of operation. Disabling this feature will allow us to disable unused IPs and also provide boot time savings of ~5-7 ms.
BUG=b:188577893 BRANCH=None TEST=Platform boots and no function impact
Change-Id: I1f7def4ea41ff7a566aada080be1e791c11766e6 Signed-off-by: MAULIK V VAGHELA maulik.v.vaghela@intel.com --- M src/mainboard/google/brya/Kconfig.name 1 file changed, 0 insertions(+), 1 deletion(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/54/56654/1
diff --git a/src/mainboard/google/brya/Kconfig.name b/src/mainboard/google/brya/Kconfig.name index 03a14e4..5755a09 100644 --- a/src/mainboard/google/brya/Kconfig.name +++ b/src/mainboard/google/brya/Kconfig.name @@ -5,7 +5,6 @@ select DRIVERS_GENESYSLOGIC_GL9755 select DRIVERS_INTEL_MIPI_CAMERA select SOC_INTEL_COMMON_BLOCK_IPU - select SOC_INTEL_CRASHLOG
config BOARD_GOOGLE_PRIMUS bool "-> Primus"