Joey Peng has uploaded this change for review. ( https://review.coreboot.org/c/coreboot/+/60023 )
Change subject: mb/google/brya/var/taniks: Include driver for GL9763E for eMMC boot disk ......................................................................
mb/google/brya/var/taniks: Include driver for GL9763E for eMMC boot disk
Support GL9763E as a eMMC boot disk
BUG=b:210089379 TEST=enable DRIVERS_GENESYSLOGIC_GL9763E and check eMMC on taniks.
Signed-off-by: Joey Peng joey.peng@lcfc.corp-partner.google.com Change-Id: Iab0fd88ac88e07a8580426234adc9c21df6c11d6 --- M src/mainboard/google/brya/Kconfig.name 1 file changed, 2 insertions(+), 0 deletions(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/23/60023/1
diff --git a/src/mainboard/google/brya/Kconfig.name b/src/mainboard/google/brya/Kconfig.name index 1498e09..f790359 100644 --- a/src/mainboard/google/brya/Kconfig.name +++ b/src/mainboard/google/brya/Kconfig.name @@ -133,3 +133,5 @@ config BOARD_GOOGLE_TANIKS bool "-> Taniks" select BOARD_GOOGLE_BASEBOARD_BRYA + select DRIVERS_GENESYSLOGIC_GL9763E +