diff options
author | Felix Singer <felixsinger@posteo.net> | 2021-11-03 13:06:56 +0100 |
---|---|---|
committer | Felix Singer <felixsinger@posteo.net> | 2021-11-04 14:13:21 +0000 |
commit | 19b16a089eed87412028a8675af7132ef72a2903 (patch) | |
tree | 7d953742c1a6f3387ba3b08009255261ff269e9b | |
parent | 9f7e018f0f5875fce167a75325ee08969672411c (diff) |
mb/google/sarien: Add OEM product names
Add OEM product names from public sources.
Change-Id: Ic051aa9c8afabd47e7e9f6ac878190d9904ef757
Signed-off-by: Felix Singer <felixsinger@posteo.net>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/58911
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Tim Wawrzynczak <twawrzynczak@chromium.org>
-rw-r--r-- | src/mainboard/google/sarien/Kconfig.name | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mainboard/google/sarien/Kconfig.name b/src/mainboard/google/sarien/Kconfig.name index 77446e1aab..d83905994f 100644 --- a/src/mainboard/google/sarien/Kconfig.name +++ b/src/mainboard/google/sarien/Kconfig.name @@ -1,9 +1,9 @@ comment "Sarien" config BOARD_GOOGLE_ARCADA - bool "-> Arcada" + bool "-> Arcada (Latitude 5300 2-in-1 Chromebook Enterprise)" select BOARD_GOOGLE_BASEBOARD_SARIEN config BOARD_GOOGLE_SARIEN - bool "-> Sarien" + bool "-> Sarien (Dell Latitude 5400 Chromebook Enterprise)" select BOARD_GOOGLE_BASEBOARD_SARIEN |