Felix Held has submitted this change. ( https://review.coreboot.org/c/coreboot/+/78958?usp=email )
Change subject: mb/google/geralt: Disable SD card support for Ciri ......................................................................
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 --- M src/mainboard/google/geralt/Kconfig 1 file changed, 2 insertions(+), 1 deletion(-)
Approvals: cong yang: Looks good to me, but someone else must approve build bot (Jenkins): Verified Yidi Lin: Looks good to me, approved
diff --git a/src/mainboard/google/geralt/Kconfig b/src/mainboard/google/geralt/Kconfig index ad3491f..c422441 100644 --- a/src/mainboard/google/geralt/Kconfig +++ b/src/mainboard/google/geralt/Kconfig @@ -68,7 +68,8 @@
config SDCARD_INIT bool - default y + default y if BOARD_GOOGLE_GERALT + default n if BOARD_GOOGLE_CIRI
choice prompt "Speaker AMP for Geralt"