Tim Wawrzynczak has uploaded this change for review. ( https://review.coreboot.org/c/coreboot/+/61603 )
Change subject: mb/google/brya: Reenable crashlog for brya0, brya4es and brask ......................................................................
mb/google/brya: Reenable crashlog for brya0, brya4es and brask
These boards had crashlog enabled before the refactor, therefore reenable it now.
Signed-off-by: Tim Wawrzynczak twawrzynczak@chromium.org Change-Id: I839eb97a80d9c7c1b1c21ba17ab196a367686458 --- M src/mainboard/google/brya/Kconfig.name 1 file changed, 3 insertions(+), 0 deletions(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/03/61603/1
diff --git a/src/mainboard/google/brya/Kconfig.name b/src/mainboard/google/brya/Kconfig.name index 671aa71..0a3b1d9 100644 --- a/src/mainboard/google/brya/Kconfig.name +++ b/src/mainboard/google/brya/Kconfig.name @@ -26,6 +26,7 @@ bool "-> Brask" select BOARD_GOOGLE_BASEBOARD_BRASK select DRIVERS_GENESYSLOGIC_GL9755 + select SOC_INTEL_CRASHLOG
config BOARD_GOOGLE_BRYA0 bool "-> Brya 0" @@ -34,6 +35,7 @@ select DRIVERS_INTEL_MIPI_CAMERA select HAVE_WWAN_POWER_SEQUENCE select SOC_INTEL_COMMON_BLOCK_IPU + select SOC_INTEL_CRASHLOG
config BOARD_GOOGLE_BRYA4ES bool "-> Brya4ES" @@ -42,6 +44,7 @@ select DRIVERS_INTEL_MIPI_CAMERA select HAVE_WWAN_POWER_SEQUENCE select SOC_INTEL_COMMON_BLOCK_IPU + select SOC_INTEL_CRASHLOG
config BOARD_GOOGLE_FELWINTER bool "-> Felwinter"