hatch: Create ambassador variant
Create the ambassador variant of the puff reference board by copying the template files to a new directory named for the variant. (Auto-Generated by create_coreboot_variant.sh version 4.2.0). BUG=b:171561514 BRANCH=None TEST=util/abuild/abuild -p none -t google/hatch -x -a make sure the build includes GOOGLE_AMBASSADOR Signed-off-by: Matt Ziegelbaum <ziegs@chromium.org> Change-Id: Ib0e3a813a120a4a8e984f3a89dc3ba100d94da95 Reviewed-on: https://review.coreboot.org/c/coreboot/+/46829 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Furquan Shaikh <furquan@google.com>
This commit is contained in:
committed by
Furquan Shaikh
parent
8b522db474
commit
dbf74dc80a
@@ -143,6 +143,7 @@ config MAINBOARD_PART_NUMBER
|
||||
default "Stryke" if BOARD_GOOGLE_STRYKE
|
||||
default "Wyvern" if BOARD_GOOGLE_WYVERN
|
||||
default "Dooly" if BOARD_GOOGLE_DOOLY
|
||||
default "Ambassador" if BOARD_GOOGLE_AMBASSADOR
|
||||
|
||||
config OVERRIDE_DEVICETREE
|
||||
string
|
||||
@@ -176,6 +177,7 @@ config VARIANT_DIR
|
||||
default "stryke" if BOARD_GOOGLE_STRYKE
|
||||
default "wyvern" if BOARD_GOOGLE_WYVERN
|
||||
default "dooly" if BOARD_GOOGLE_DOOLY
|
||||
default "ambassador" if BOARD_GOOGLE_AMBASSADOR
|
||||
|
||||
config VBOOT
|
||||
select HAS_RECOVERY_MRC_CACHE
|
||||
|
Reference in New Issue
Block a user