From 94a2d7492672e2cb5c4dfdbc2a17be27c79df290 Mon Sep 17 00:00:00 2001 From: Ruihai Zhou Date: Wed, 8 Nov 2023 11:24:39 +0800 Subject: mb/google/geralt: Disable SD card support for Ciri According to proto schematics, the SD card is removed. BUG=b:308968270 TEST=emerge-geralt coreboot BRANCH=None Change-Id: Id4e021e7896d093560f39c40573ac616d76438c2 Signed-off-by: Ruihai Zhou Reviewed-on: https://review.coreboot.org/c/coreboot/+/78958 Tested-by: build bot (Jenkins) Reviewed-by: cong yang Reviewed-by: Yidi Lin --- src/mainboard/google/geralt/Kconfig | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/mainboard/google/geralt/Kconfig b/src/mainboard/google/geralt/Kconfig index ad3491f7b2..c4224412a5 100644 --- a/src/mainboard/google/geralt/Kconfig +++ b/src/mainboard/google/geralt/Kconfig @@ -68,7 +68,8 @@ config DRIVER_TPM_I2C_ADDR config SDCARD_INIT bool - default y + default y if BOARD_GOOGLE_GERALT + default n if BOARD_GOOGLE_CIRI choice prompt "Speaker AMP for Geralt" -- cgit v1.2.3