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>
This commit is contained in:
parent
3fa42ac553
commit
83e9456676
|
@ -53,6 +53,7 @@ config MAINBOARD_PART_NUMBER
|
|||
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
|
||||
|
|
|
@ -8,6 +8,10 @@ config BOARD_GOOGLE_STEELIX
|
|||
bool "-> Steelix"
|
||||
select BOARD_GOOGLE_KINGLER_COMMON
|
||||
|
||||
config BOARD_GOOGLE_VOLTORB
|
||||
bool "-> Voltorb"
|
||||
select BOARD_GOOGLE_KINGLER_COMMON
|
||||
|
||||
comment "Krabby"
|
||||
|
||||
config BOARD_GOOGLE_KRABBY
|
||||
|
|
Loading…
Reference in New Issue