aboutsummaryrefslogtreecommitdiff
path: root/src/mainboard/google/dedede/Kconfig
diff options
context:
space:
mode:
authorchenzanxi <chenzanxi@huaqin.corp-partner.google.com>2021-02-24 19:14:04 +0800
committerPatrick Georgi <pgeorgi@google.com>2021-02-26 07:07:57 +0000
commitf7407eaf02c3e131949d9f90993114e25f687516 (patch)
tree75c40bd06ceb4fd5d3623b00df0842241920eb2e /src/mainboard/google/dedede/Kconfig
parent9a446bdf0700d578e4504adf19aebc0ecc4be491 (diff)
mb/google/dedede: Create blipper variant
Create the blipper variant of the waddledee 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:179648964 BRANCH=None TEST=util/abuild/abuild -p none -t google/dedede -x -a make sure the build includes GOOGLE_BLIPPER Signed-off-by: chenzanxi <chenzanxi@huaqin.corp-partner.google.com> Change-Id: I8e67521bd9ab05c257cb3d5d5d4cf506f258bfa7 Reviewed-on: https://review.coreboot.org/c/coreboot/+/51055 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Tao Xia <xiatao5@huaqin.corp-partner.google.com> Reviewed-by: Karthik Ramasubramanian <kramasub@google.com>
Diffstat (limited to 'src/mainboard/google/dedede/Kconfig')
-rw-r--r--src/mainboard/google/dedede/Kconfig2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/mainboard/google/dedede/Kconfig b/src/mainboard/google/dedede/Kconfig
index 0fbacfc53b..34ccae31b5 100644
--- a/src/mainboard/google/dedede/Kconfig
+++ b/src/mainboard/google/dedede/Kconfig
@@ -100,6 +100,7 @@ config MAINBOARD_PART_NUMBER
default "Storo" if BOARD_GOOGLE_STORO
default "Sasukette" if BOARD_GOOGLE_SASUKETTE
default "Kracko" if BOARD_GOOGLE_KRACKO
+ default "Blipper" if BOARD_GOOGLE_BLIPPER
config MAX_CPUS
int
@@ -136,5 +137,6 @@ config VARIANT_DIR
default "storo" if BOARD_GOOGLE_STORO
default "sasukette" if BOARD_GOOGLE_SASUKETTE
default "kracko" if BOARD_GOOGLE_KRACKO
+ default "blipper" if BOARD_GOOGLE_BLIPPER
endif #BOARD_GOOGLE_BASEBOARD_DEDEDE