mb/google/skywalker: Create variant Padme
Create the variant Padme. BUG=b:440994425 TEST=emerge-jedi coreboot chromeos-bootimage BRANCH=None Change-Id: I1a02979f612b4da2ea699d142fae3a89ace4d49b Signed-off-by: Yang Wu <wuyang5@huaqin.corp-partner.google.com> Reviewed-on: https://review.coreboot.org/c/coreboot/+/89179 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Yu-Ping Wu <yupingso@google.com>
This commit is contained in:
parent
2b1809e026
commit
cf3af46e50
2 changed files with 5 additions and 0 deletions
|
|
@ -5,6 +5,7 @@ config BOARD_GOOGLE_SKYWALKER_COMMON
|
|||
def_bool BOARD_GOOGLE_ANAKIN || \
|
||||
BOARD_GOOGLE_BAZE || \
|
||||
BOARD_GOOGLE_OBIWAN || \
|
||||
BOARD_GOOGLE_PADME || \
|
||||
BOARD_GOOGLE_SKYWALKER || \
|
||||
BOARD_GOOGLE_TARKIN || \
|
||||
BOARD_GOOGLE_YODA
|
||||
|
|
@ -50,6 +51,7 @@ config MAINBOARD_PART_NUMBER
|
|||
default "Anakin" if BOARD_GOOGLE_ANAKIN
|
||||
default "Baze" if BOARD_GOOGLE_BAZE
|
||||
default "Obiwan" if BOARD_GOOGLE_OBIWAN
|
||||
default "Padme" if BOARD_GOOGLE_PADME
|
||||
default "Skywalker" if BOARD_GOOGLE_SKYWALKER
|
||||
default "Tarkin" if BOARD_GOOGLE_TARKIN
|
||||
default "Yoda" if BOARD_GOOGLE_YODA
|
||||
|
|
|
|||
|
|
@ -11,6 +11,9 @@ config BOARD_GOOGLE_BAZE
|
|||
config BOARD_GOOGLE_OBIWAN
|
||||
bool "-> Obiwan"
|
||||
|
||||
config BOARD_GOOGLE_PADME
|
||||
bool "-> Padme"
|
||||
|
||||
config BOARD_GOOGLE_SKYWALKER
|
||||
bool "-> Skywalker"
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue