mb/google/skywalker: Create variant Mace
Create the variant Mace. BUG=None TEST=emerge-skywalker coreboot BRANCH=None Change-Id: If016e1812d4005a5fd49fac635dc4d93fae3be5d Signed-off-by: mikelee <mike.lee@lcfc.corp-partner.google.com> Reviewed-on: https://review.coreboot.org/c/coreboot/+/90660 Reviewed-by: Yidi Lin <yidilin@google.com> Reviewed-by: Yu-Ping Wu <yupingso@google.com> Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
This commit is contained in:
parent
a1e9cd3669
commit
4063a4c3f1
2 changed files with 5 additions and 0 deletions
|
|
@ -6,6 +6,7 @@ config BOARD_GOOGLE_SKYWALKER_COMMON
|
|||
BOARD_GOOGLE_BAZE || \
|
||||
BOARD_GOOGLE_DOOKU || \
|
||||
BOARD_GOOGLE_GROGU || \
|
||||
BOARD_GOOGLE_MACE || \
|
||||
BOARD_GOOGLE_OBIWAN || \
|
||||
BOARD_GOOGLE_PADME || \
|
||||
BOARD_GOOGLE_SKYWALKER || \
|
||||
|
|
@ -56,6 +57,7 @@ config MAINBOARD_PART_NUMBER
|
|||
default "Baze" if BOARD_GOOGLE_BAZE
|
||||
default "Dooku" if BOARD_GOOGLE_DOOKU
|
||||
default "Grogu" if BOARD_GOOGLE_GROGU
|
||||
default "Mace" if BOARD_GOOGLE_MACE
|
||||
default "Obiwan" if BOARD_GOOGLE_OBIWAN
|
||||
default "Padme" if BOARD_GOOGLE_PADME
|
||||
default "Skywalker" if BOARD_GOOGLE_SKYWALKER
|
||||
|
|
|
|||
|
|
@ -14,6 +14,9 @@ config BOARD_GOOGLE_DOOKU
|
|||
config BOARD_GOOGLE_GROGU
|
||||
bool "-> Grogu"
|
||||
|
||||
config BOARD_GOOGLE_MACE
|
||||
bool "-> Mace"
|
||||
|
||||
config BOARD_GOOGLE_OBIWAN
|
||||
bool "-> Obiwan"
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue