Change in coreboot[master]: mb/google/sarien: Add OEM product names
Felix Singer has uploaded this change for review. ( https://review.coreboot.org/c/coreboot/+/58911 ) Change subject: mb/google/sarien: Add OEM product names ...................................................................... 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> --- M src/mainboard/google/sarien/Kconfig.name 1 file changed, 2 insertions(+), 2 deletions(-) git pull ssh://review.coreboot.org:29418/coreboot refs/changes/11/58911/1 diff --git a/src/mainboard/google/sarien/Kconfig.name b/src/mainboard/google/sarien/Kconfig.name index 77446e1..d839059 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 -- To view, visit https://review.coreboot.org/c/coreboot/+/58911 To unsubscribe, or for help writing mail filters, visit https://review.coreboot.org/settings Gerrit-Project: coreboot Gerrit-Branch: master Gerrit-Change-Id: Ic051aa9c8afabd47e7e9f6ac878190d9904ef757 Gerrit-Change-Number: 58911 Gerrit-PatchSet: 1 Gerrit-Owner: Felix Singer <felixsinger@posteo.net> Gerrit-MessageType: newchange
participants (1)
-
Felix Singer (Code Review)