mb/google/corsola: Add new board 'ponyta'
Add a new kingler follower 'ponyta'. BUG=b:290259648 TEST=make # select ponyta Signed-off-by: cengjianeng <cengjianeng@huaqin.corp-partner.google.com> Change-Id: I74759441957e9901bd7e5a709a2ae7d97a7cd040 Reviewed-on: https://review.coreboot.org/c/coreboot/+/76331 Reviewed-by: Yu-Ping Wu <yupingso@google.com> Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Yidi Lin <yidilin@google.com> Reviewed-by: Wentao Qin <qinwentao@huaqin.corp-partner.google.com>
This commit is contained in:
parent
1491ad5f78
commit
a8602a17bc
|
@ -61,6 +61,7 @@ config MAINBOARD_PART_NUMBER
|
|||
default "Magikarp" if BOARD_GOOGLE_MAGIKARP
|
||||
default "Voltorb" if BOARD_GOOGLE_VOLTORB
|
||||
default "Starmie" if BOARD_GOOGLE_STARMIE
|
||||
default "Ponyta" if BOARD_GOOGLE_PONYTA
|
||||
|
||||
config BOOT_DEVICE_SPI_FLASH_BUS
|
||||
int
|
||||
|
|
|
@ -12,6 +12,10 @@ config BOARD_GOOGLE_VOLTORB
|
|||
bool "-> Voltorb"
|
||||
select BOARD_GOOGLE_KINGLER_COMMON
|
||||
|
||||
config BOARD_GOOGLE_PONYTA
|
||||
bool "-> Ponyta"
|
||||
select BOARD_GOOGLE_KINGLER_COMMON
|
||||
|
||||
comment "Krabby"
|
||||
|
||||
config BOARD_GOOGLE_KRABBY
|
||||
|
|
Loading…
Reference in New Issue