Felix Held has submitted this change. ( https://review.coreboot.org/c/coreboot/+/69095 )
Change subject: mb/google/corsola: Add new board 'voltorb' ......................................................................
mb/google/corsola: Add new board 'voltorb'
Add a new kingler follower 'voltorb'.
BUG=b:256737049 TEST=emerge-corsola coreboot
Signed-off-by: Mars Chen chenxiangrui@huaqin.corp-partner.google.com Change-Id: Ic7175c38fcde76ab0360f62da161994ba2ee6a69 Reviewed-on: https://review.coreboot.org/c/coreboot/+/69095 Tested-by: build bot (Jenkins) no-reply@coreboot.org Reviewed-by: Yu-Ping Wu yupingso@google.com --- M src/mainboard/google/corsola/Kconfig M src/mainboard/google/corsola/Kconfig.name 2 files changed, 23 insertions(+), 0 deletions(-)
Approvals: build bot (Jenkins): Verified Yu-Ping Wu: Looks good to me, approved
diff --git a/src/mainboard/google/corsola/Kconfig b/src/mainboard/google/corsola/Kconfig index 65d26ef..e53ae82 100644 --- a/src/mainboard/google/corsola/Kconfig +++ b/src/mainboard/google/corsola/Kconfig @@ -53,6 +53,7 @@ default "Steelix" if BOARD_GOOGLE_STEELIX default "Tentacruel" if BOARD_GOOGLE_TENTACRUEL default "Magikarp" if BOARD_GOOGLE_MAGIKARP + default "Voltorb" if BOARD_GOOGLE_VOLTORB
config BOOT_DEVICE_SPI_FLASH_BUS int diff --git a/src/mainboard/google/corsola/Kconfig.name b/src/mainboard/google/corsola/Kconfig.name index 176252f..902ed1d 100644 --- a/src/mainboard/google/corsola/Kconfig.name +++ b/src/mainboard/google/corsola/Kconfig.name @@ -8,6 +8,10 @@ bool "-> Steelix" select BOARD_GOOGLE_KINGLER_COMMON
+config BOARD_GOOGLE_VOLTORB + bool "-> Voltorb" + select BOARD_GOOGLE_KINGLER_COMMON + comment "Krabby"
config BOARD_GOOGLE_KRABBY