diff options
author | Matt DeVillier <matt.devillier@gmail.com> | 2017-11-19 00:17:54 -0600 |
---|---|---|
committer | Martin Roth <martinroth@google.com> | 2017-11-21 01:19:15 +0000 |
commit | 1ad41525cae0486e598efa7b7009a486d35b8637 (patch) | |
tree | 0df60c5bb873a4a96ca125b1ac39ee18ea8734ae /src/mainboard/google/beltino/Kconfig.name | |
parent | 9af3f2d63a92d50edf60cfdc69b788ea0e7e4951 (diff) | |
download | coreboot-1ad41525cae0486e598efa7b7009a486d35b8637.tar.xz |
mb/google: Update/add ChromeOS device marketing names
Commit c09c2a4 [mb/google: Add Chromebook marketing names] added
marketing names for many ChromeOS devices; add some that were left out,
correct some errors, and try to format model names/numbers consistently
(or as consistently as the manufacturers allow).
Change-Id: Ia13858e2e6ba7d7e025f25fad33e6338250498e5
Signed-off-by: Matt DeVillier <matt.devillier@gmail.com>
Reviewed-on: https://review.coreboot.org/22520
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Jonathan Neuschäfer <j.neuschaefer@gmx.net>
Reviewed-by: Paul Menzel <paulepanter@users.sourceforge.net>
Reviewed-by: Aaron Durbin <adurbin@chromium.org>
Diffstat (limited to 'src/mainboard/google/beltino/Kconfig.name')
-rw-r--r-- | src/mainboard/google/beltino/Kconfig.name | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mainboard/google/beltino/Kconfig.name b/src/mainboard/google/beltino/Kconfig.name index a19183fe1b..f7348c6219 100644 --- a/src/mainboard/google/beltino/Kconfig.name +++ b/src/mainboard/google/beltino/Kconfig.name @@ -1,5 +1,5 @@ config BOARD_GOOGLE_MCCLOUD - bool "Mccloud (Acer Chromebox)" + bool "Mccloud (Acer Chromebox CXI)" select BOARD_GOOGLE_BASEBOARD_BELTINO config BOARD_GOOGLE_MONROE @@ -11,7 +11,7 @@ config BOARD_GOOGLE_PANTHER select BOARD_GOOGLE_BASEBOARD_BELTINO config BOARD_GOOGLE_TRICKY - bool "Tricky (Dell Chromebox)" + bool "Tricky (Dell Chromebox 3010)" select BOARD_GOOGLE_BASEBOARD_BELTINO config BOARD_GOOGLE_ZAKO |