Attention is currently required from: Hung-Te Lin, Yidi Lin.
Yu-Ping Wu has uploaded this change for review. ( https://review.coreboot.org/c/coreboot/+/79076?usp=email )
Change subject: mb/google/geralt/Kconfig: Simplify SDCARD_INIT with def_bool ......................................................................
mb/google/geralt/Kconfig: Simplify SDCARD_INIT with def_bool
Change-Id: Ie033204894e829ab3bff79297e93861a4585495a Signed-off-by: Yu-Ping Wu yupingso@chromium.org --- M src/mainboard/google/geralt/Kconfig 1 file changed, 1 insertion(+), 3 deletions(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/76/79076/1
diff --git a/src/mainboard/google/geralt/Kconfig b/src/mainboard/google/geralt/Kconfig index c422441..8848f13 100644 --- a/src/mainboard/google/geralt/Kconfig +++ b/src/mainboard/google/geralt/Kconfig @@ -67,9 +67,7 @@ default 0x50
config SDCARD_INIT - bool - default y if BOARD_GOOGLE_GERALT - default n if BOARD_GOOGLE_CIRI + def_bool BOARD_GOOGLE_GERALT
choice prompt "Speaker AMP for Geralt"