diff options
author | Zhi Li <lizhi7@huaqin.corp-partner.google.com> | 2021-06-12 17:10:18 +0800 |
---|---|---|
committer | Patrick Georgi <pgeorgi@google.com> | 2021-06-17 09:58:41 +0000 |
commit | 30701763e3886ecdf94b4c6dbadfb8079318f324 (patch) | |
tree | db7b36e5890ce2bec0c3bf573384bc497a2f7eb3 /src/mainboard/google/dedede/Kconfig | |
parent | ed5c7ac03109c325151ed5ced779c93540418f72 (diff) |
mb/google/dedede: Create cappy variant
Create the cappy 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:190515828
BRANCH=None
TEST=util/abuild/abuild -p none -t google/dedede -x -a
make sure the build includes GOOGLE_CAPPY
Signed-off-by: Zhi Li <lizhi7@huaqin.corp-partner.google.com>
Change-Id: Id5a3b0cb475ee77a9f62523d8322a5e4123ce3be
Reviewed-on: https://review.coreboot.org/c/coreboot/+/55451
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Tao Xia <xiatao5@huaqin.corp-partner.google.com>
Reviewed-by: Weimin Wu <wuweimin@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/Kconfig | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/mainboard/google/dedede/Kconfig b/src/mainboard/google/dedede/Kconfig index e1bc9ad789..d8961a37df 100644 --- a/src/mainboard/google/dedede/Kconfig +++ b/src/mainboard/google/dedede/Kconfig @@ -111,6 +111,7 @@ config MAINBOARD_PART_NUMBER default "Cret" if BOARD_GOOGLE_CRET default "Pirika" if BOARD_GOOGLE_PIRIKA default "Haboki" if BOARD_GOOGLE_HABOKI + default "Cappy" if BOARD_GOOGLE_CAPPY config MAX_CPUS int @@ -148,6 +149,7 @@ config VARIANT_DIR default "cret" if BOARD_GOOGLE_CRET default "pirika" if BOARD_GOOGLE_PIRIKA default "haboki" if BOARD_GOOGLE_HABOKI + default "cappy" if BOARD_GOOGLE_CAPPY endif #BOARD_GOOGLE_BASEBOARD_DEDEDE |