mb/google/skywalker: Create variant Yoda
Create the variant Yoda. BUG=b:416360178 TEST=emerge-skywalker coreboot BRANCH=None Change-Id: I26be90010a92c05f68c274898de0cf5676d1147d Signed-off-by: mikelee <mike.lee@lcfc.corp-partner.google.com> Reviewed-on: https://review.coreboot.org/c/coreboot/+/87583 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Yu-Ping Wu <yupingso@google.com>
This commit is contained in:
parent
c8ddae9ebe
commit
05eb3e3716
2 changed files with 6 additions and 1 deletions
|
|
@ -3,7 +3,8 @@
|
|||
# Umbrella option to be selected by variant boards.
|
||||
config BOARD_GOOGLE_SKYWALKER_COMMON
|
||||
def_bool BOARD_GOOGLE_OBIWAN || \
|
||||
BOARD_GOOGLE_SKYWALKER
|
||||
BOARD_GOOGLE_SKYWALKER || \
|
||||
BOARD_GOOGLE_YODA
|
||||
|
||||
if BOARD_GOOGLE_SKYWALKER_COMMON
|
||||
|
||||
|
|
@ -29,6 +30,7 @@ config MAINBOARD_PART_NUMBER
|
|||
string
|
||||
default "Obiwan" if BOARD_GOOGLE_OBIWAN
|
||||
default "Skywalker" if BOARD_GOOGLE_SKYWALKER
|
||||
default "Yoda" if BOARD_GOOGLE_YODA
|
||||
|
||||
config BOOT_DEVICE_SPI_FLASH_BUS
|
||||
int
|
||||
|
|
|
|||
|
|
@ -7,3 +7,6 @@ config BOARD_GOOGLE_OBIWAN
|
|||
|
||||
config BOARD_GOOGLE_SKYWALKER
|
||||
bool "-> Skywalker"
|
||||
|
||||
config BOARD_GOOGLE_YODA
|
||||
bool "-> Yoda"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue