diff options
author | Karthikeyan Ramasubramanian <kramasub@google.com> | 2021-08-11 17:53:42 -0600 |
---|---|---|
committer | Karthik Ramasubramanian <kramasub@google.com> | 2021-08-13 22:10:01 +0000 |
commit | 54be00a072de442ba44069d5337189bc69c5af6d (patch) | |
tree | c595bf0f9c4aa007ed017d9f36f1816a1cd898f9 /src/mainboard/google/guybrush/Kconfig | |
parent | ebf8a41b057ac34e63a99de7b5c0feaff5683b64 (diff) |
mb/google/guybrush: Create nipperkin variant
Create the nipperkin variant of the guybrush 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=None
BRANCH=None
TEST=util/abuild/abuild -p none -t google/guybrush -x -a
make sure the build includes GOOGLE_NIPPERKIN
Signed-off-by: Karthikeyan Ramasubramanian <kramasub@google.com>
Change-Id: Ie525ea501e6c3d5d94e67c1db1d4e307fb7ccba7
Reviewed-on: https://review.coreboot.org/c/coreboot/+/56921
Reviewed-by: Paul Fagerburg <pfagerburg@chromium.org>
Reviewed-by: Bhanu Prakash Maiya <bhanumaiya@google.com>
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Diffstat (limited to 'src/mainboard/google/guybrush/Kconfig')
-rw-r--r-- | src/mainboard/google/guybrush/Kconfig | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/mainboard/google/guybrush/Kconfig b/src/mainboard/google/guybrush/Kconfig index 17cdada713..2da9230970 100644 --- a/src/mainboard/google/guybrush/Kconfig +++ b/src/mainboard/google/guybrush/Kconfig @@ -72,6 +72,7 @@ config MAINBOARD_DIR config MAINBOARD_PART_NUMBER default "Guybrush" if BOARD_GOOGLE_GUYBRUSH + default "Nipperkin" if BOARD_GOOGLE_NIPPERKIN config AMD_FWM_POSITION_INDEX int @@ -103,6 +104,7 @@ config EFS_SPI_SPEED config VARIANT_DIR default "guybrush" if BOARD_GOOGLE_GUYBRUSH + default "nipperkin" if BOARD_GOOGLE_NIPPERKIN config DEVICETREE default "variants/baseboard/devicetree.cb" |