From a3ac82092f0d991ad4393f0d31b689760be8338e Mon Sep 17 00:00:00 2001 From: Kane Chen Date: Tue, 3 Nov 2020 10:03:25 +0800 Subject: mb/google/zork: Create Shuboz variant Create the shuboz variant of the zork 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:172021093 BRANCH=none TEST=emerge-zork coreboot Signed-off-by: Kane Chen Change-Id: I3f62625f8cbde1c9adf8ab335edeb9e811e32679 Reviewed-on: https://review.coreboot.org/c/coreboot/+/47152 Reviewed-by: Felix Held Tested-by: build bot (Jenkins) --- src/mainboard/google/zork/Kconfig | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/mainboard/google/zork/Kconfig') diff --git a/src/mainboard/google/zork/Kconfig b/src/mainboard/google/zork/Kconfig index eb9092a6d1..02181fba13 100644 --- a/src/mainboard/google/zork/Kconfig +++ b/src/mainboard/google/zork/Kconfig @@ -71,6 +71,7 @@ config VARIANT_DIR default "vilboz" if BOARD_GOOGLE_VILBOZ default "woomax" if BOARD_GOOGLE_WOOMAX default "dirinboz" if BOARD_GOOGLE_DIRINBOZ + default "shuboz" if BOARD_GOOGLE_SHUBOZ config MAINBOARD_PART_NUMBER string @@ -82,6 +83,7 @@ config MAINBOARD_PART_NUMBER default "Vilboz" if BOARD_GOOGLE_VILBOZ default "Woomax" if BOARD_GOOGLE_WOOMAX default "Dirinboz" if BOARD_GOOGLE_DIRINBOZ + default "Shuboz" if BOARD_GOOGLE_SHUBOZ config DEVICETREE string -- cgit v1.2.3