diff options
author | Felix Held <felix-coreboot@felixheld.de> | 2021-06-19 01:01:16 +0200 |
---|---|---|
committer | Felix Held <felix-coreboot@felixheld.de> | 2021-07-16 20:59:56 +0000 |
commit | ea192f86c98d68e00c1421edd2478784b95998a4 (patch) | |
tree | 9d9e8dccea0041369f4d6672986d06915d940686 /src | |
parent | a1b5a6295c93ac6dcd33d2538e9d1fbae3d76bc1 (diff) |
mb/google/kahlee/Kconfig: add board-specific MAINBOARD_PART_NUMBER
Before the part number for all boards was "Grunt". This patch adds the
correct part number/name for all variants.
Signed-off-by: Felix Held <felix-coreboot@felixheld.de>
Change-Id: If506df0b1027fb09f5027d8b9653b776fe3bdc75
Reviewed-on: https://review.coreboot.org/c/coreboot/+/55681
Reviewed-by: Paul Menzel <paulepanter@mailbox.org>
Reviewed-by: Martin Roth <martinroth@google.com>
Reviewed-by: Marshall Dawson <marshalldawson3rd@gmail.com>
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Diffstat (limited to 'src')
-rw-r--r-- | src/mainboard/google/kahlee/Kconfig | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/src/mainboard/google/kahlee/Kconfig b/src/mainboard/google/kahlee/Kconfig index 2c84782c9d..8cf0ff4901 100644 --- a/src/mainboard/google/kahlee/Kconfig +++ b/src/mainboard/google/kahlee/Kconfig @@ -58,7 +58,12 @@ config VARIANT_DIR config MAINBOARD_PART_NUMBER string - default "Grunt" + default "Aleena" if BOARD_GOOGLE_ALEENA + default "Careena" if BOARD_GOOGLE_CAREENA + default "Grunt" if BOARD_GOOGLE_GRUNT + default "Liara" if BOARD_GOOGLE_LIARA + default "Nuwani" if BOARD_GOOGLE_NUWANI + default "Treeya" if BOARD_GOOGLE_TREEYA config DEVICETREE string |