From dbf74dc80ab4db252c9ef1c340cf94c017443b78 Mon Sep 17 00:00:00 2001 From: Matt Ziegelbaum Date: Mon, 26 Oct 2020 22:04:22 -0400 Subject: 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 Change-Id: Ib0e3a813a120a4a8e984f3a89dc3ba100d94da95 Reviewed-on: https://review.coreboot.org/c/coreboot/+/46829 Tested-by: build bot (Jenkins) Reviewed-by: Furquan Shaikh --- src/mainboard/google/hatch/Kconfig | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/mainboard/google/hatch/Kconfig') diff --git a/src/mainboard/google/hatch/Kconfig b/src/mainboard/google/hatch/Kconfig index 257ad77a42..afc9de0192 100644 --- a/src/mainboard/google/hatch/Kconfig +++ b/src/mainboard/google/hatch/Kconfig @@ -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 -- cgit v1.2.3