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>
This commit is contained in:
parent
d3089a36d5
commit
94a2d74926
|
@ -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"
|
||||
|
|
Loading…
Reference in New Issue