diff options
author | Terry Chen <terry_chen@wistron.corp-partner.google.com> | 2022-01-27 10:29:04 +0800 |
---|---|---|
committer | Felix Held <felix-coreboot@felixheld.de> | 2022-01-31 10:33:04 +0000 |
commit | 5e8ecf5567c12f1db1f348577af525c784c2b6f9 (patch) | |
tree | 0cfaa023c87a14301a70ee5638efea3db80049a2 /src/mainboard/google/brya/Kconfig | |
parent | b4cdfb512871f0cb2efff3489eecc4b7bf5d8c8f (diff) |
mb/google/brya: Create crota variant
Create the crota variant of the brya0 reference board by copying
the template files to a new directory named for the variant.
(Auto-Generated by create_coreboot_variant.sh version 4.5.0).
BUG=b:215443524
BRANCH=None
TEST=util/abuild/abuild -p none -t google/brya -x -a
make sure the build includes GOOGLE_CROTA
Signed-off-by: Terry Chen <terry_chen@wistron.corp-partner.google.com>
Change-Id: Ic8f1a0bde286d5d014dfdf87c2a417ca6ff8b3a3
Reviewed-on: https://review.coreboot.org/c/coreboot/+/61416
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Tim Wawrzynczak <twawrzynczak@chromium.org>
Diffstat (limited to 'src/mainboard/google/brya/Kconfig')
-rw-r--r-- | src/mainboard/google/brya/Kconfig | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/mainboard/google/brya/Kconfig b/src/mainboard/google/brya/Kconfig index cc2a882446..e585f9ff3c 100644 --- a/src/mainboard/google/brya/Kconfig +++ b/src/mainboard/google/brya/Kconfig @@ -154,6 +154,7 @@ config MAINBOARD_PART_NUMBER default "Agah" if BOARD_GOOGLE_AGAH default "Volmar" if BOARD_GOOGLE_VOLMAR default "Banshee" if BOARD_GOOGLE_BANSHEE + default "Crota" if BOARD_GOOGLE_CROTA config VARIANT_DIR default "brya0" if BOARD_GOOGLE_BRYA0 @@ -178,6 +179,7 @@ config VARIANT_DIR default "agah" if BOARD_GOOGLE_AGAH default "volmar" if BOARD_GOOGLE_VOLMAR default "banshee" if BOARD_GOOGLE_BANSHEE + default "crota" if BOARD_GOOGLE_CROTA config VBOOT select VBOOT_EARLY_EC_SYNC |