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:
Julius Werner 2020-03-23 13:58:12 -07:00
parent 23a82e87ee
commit ce48284978
2 changed files with 5 additions and 0 deletions

View File

@ -42,5 +42,6 @@ config EC_GOOGLE_CHROMEEC_SPI_BUS
config MAINBOARD_PART_NUMBER config MAINBOARD_PART_NUMBER
string string
default "Trogdor" if BOARD_GOOGLE_TROGDOR default "Trogdor" if BOARD_GOOGLE_TROGDOR
default "Lazor" if BOARD_GOOGLE_LAZOR
endif # BOARD_GOOGLE_TROGDOR_COMMON endif # BOARD_GOOGLE_TROGDOR_COMMON

View File

@ -2,3 +2,7 @@
config BOARD_GOOGLE_TROGDOR config BOARD_GOOGLE_TROGDOR
bool "Trogdor" bool "Trogdor"
select BOARD_GOOGLE_TROGDOR_COMMON select BOARD_GOOGLE_TROGDOR_COMMON
config BOARD_GOOGLE_LAZOR
bool "Lazor"
select BOARD_GOOGLE_TROGDOR_COMMON