summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRuihai Zhou <zhouruihai@huaqin.corp-partner.google.com>2023-11-08 11:24:39 +0800
committerFelix Held <felix-coreboot@felixheld.de>2023-11-16 12:04:30 +0000
commit94a2d7492672e2cb5c4dfdbc2a17be27c79df290 (patch)
tree32b3ec6d6476852d7d1bc219ef53ce1880d3f137
parentd3089a36d5b9c25ae2827aacfdc69c5ac5b49a11 (diff)
downloadcoreboot-94a2d7492672e2cb5c4dfdbc2a17be27c79df290.tar.gz
coreboot-94a2d7492672e2cb5c4dfdbc2a17be27c79df290.tar.bz2
coreboot-94a2d7492672e2cb5c4dfdbc2a17be27c79df290.zip
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 <zhouruihai@huaqin.corp-partner.google.com> Reviewed-on: https://review.coreboot.org/c/coreboot/+/78958 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: cong yang <yangcong5@huaqin.corp-partner.google.com> Reviewed-by: Yidi Lin <yidilin@google.com>
-rw-r--r--src/mainboard/google/geralt/Kconfig3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/mainboard/google/geralt/Kconfig b/src/mainboard/google/geralt/Kconfig
index ad3491f7b21e..c4224412a55d 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"