diff options
author | van_chen <van_chen@compal.corp-partner.google.com> | 2022-08-25 12:20:16 +0800 |
---|---|---|
committer | Martin Roth <martin.roth@amd.corp-partner.google.com> | 2022-08-27 15:57:15 +0000 |
commit | 2515c5e3135190cd105a13a07aed47407a077516 (patch) | |
tree | 885dbe8bf15a0c2aa1f78fc3693db51a268b9f98 /src/mainboard/google/corsola/Kconfig | |
parent | 0c4a39651d2ebbf61402458a21ba5881f694a2b8 (diff) |
mb/google/corsola: Add new board Magikarp
Add a new board 'Magikarp', and enable SDCARD_INIT for it.
BUG=b:242822419
BRANCH=None
TEST=none
Change-Id: Id7432e33b6fd5f1c25536cf068ff76612575e8ee
Signed-off-by: van_chen <van_chen@compal.corp-partner.google.com>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/67043
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Yu-Ping Wu <yupingso@google.com>
Reviewed-by: Chen-Tsung Hsieh <chentsung@chromium.org>
Diffstat (limited to 'src/mainboard/google/corsola/Kconfig')
-rw-r--r-- | src/mainboard/google/corsola/Kconfig | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/mainboard/google/corsola/Kconfig b/src/mainboard/google/corsola/Kconfig index 727859401b..65d26efecb 100644 --- a/src/mainboard/google/corsola/Kconfig +++ b/src/mainboard/google/corsola/Kconfig @@ -52,6 +52,7 @@ config MAINBOARD_PART_NUMBER default "Krabby" if BOARD_GOOGLE_KRABBY default "Steelix" if BOARD_GOOGLE_STEELIX default "Tentacruel" if BOARD_GOOGLE_TENTACRUEL + default "Magikarp" if BOARD_GOOGLE_MAGIKARP config BOOT_DEVICE_SPI_FLASH_BUS int @@ -59,6 +60,7 @@ config BOOT_DEVICE_SPI_FLASH_BUS config SDCARD_INIT bool + default y if BOARD_GOOGLE_MAGIKARP default y if BOARD_GOOGLE_TENTACRUEL default y if BOARD_GOOGLE_KINGLER_COMMON default n if BOARD_GOOGLE_KRABBY_COMMON |