google/trogdor: Add 'Lazor' derivative
This patch adds GOOGLE_LAZOR which is just a copy of GOOGLE_TROGDOR for now. Signed-off-by: Julius Werner <jwerner@chromium.org> Change-Id: I0dca8e1c29bdd91625d58b3cb583b530ed925e9f Reviewed-on: https://review.coreboot.org/c/coreboot/+/39784 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Bob Moragues <moragues@chromium.org> Reviewed-by: Philip Chen <philipchen@google.com>
This commit is contained in:
parent
23a82e87ee
commit
ce48284978
|
@ -42,5 +42,6 @@ config EC_GOOGLE_CHROMEEC_SPI_BUS
|
|||
config MAINBOARD_PART_NUMBER
|
||||
string
|
||||
default "Trogdor" if BOARD_GOOGLE_TROGDOR
|
||||
default "Lazor" if BOARD_GOOGLE_LAZOR
|
||||
|
||||
endif # BOARD_GOOGLE_TROGDOR_COMMON
|
||||
|
|
|
@ -2,3 +2,7 @@
|
|||
config BOARD_GOOGLE_TROGDOR
|
||||
bool "Trogdor"
|
||||
select BOARD_GOOGLE_TROGDOR_COMMON
|
||||
|
||||
config BOARD_GOOGLE_LAZOR
|
||||
bool "Lazor"
|
||||
select BOARD_GOOGLE_TROGDOR_COMMON
|
||||
|
|
Loading…
Reference in New Issue