Felix Singer has submitted this change. ( https://review.coreboot.org/c/coreboot/+/86462?usp=email )
Change subject: mb/google/rambi: Set system type for ninja/sumo variants ......................................................................
mb/google/rambi: Set system type for ninja/sumo variants
Set these to minipc and all-in-one respectively now that these system types exist, so that the SMBIOS enclosure type is correctly set vs defaulting to desktop.
Change-Id: I661401dcd7fe348a07e34ace309c0a8b7e0f00eb Signed-off-by: Matt DeVillier matt.devillier@gmail.com Reviewed-on: https://review.coreboot.org/c/coreboot/+/86462 Tested-by: build bot (Jenkins) no-reply@coreboot.org Reviewed-by: Felix Singer service+coreboot-gerrit@felixsinger.de --- M src/mainboard/google/rambi/Kconfig 1 file changed, 2 insertions(+), 0 deletions(-)
Approvals: build bot (Jenkins): Verified Felix Singer: Looks good to me, approved
diff --git a/src/mainboard/google/rambi/Kconfig b/src/mainboard/google/rambi/Kconfig index 65339e0..750eba1 100644 --- a/src/mainboard/google/rambi/Kconfig +++ b/src/mainboard/google/rambi/Kconfig @@ -63,6 +63,7 @@ config BOARD_GOOGLE_NINJA select BOARD_GOOGLE_BASEBOARD_RAMBI select INTEL_GMA_HAVE_VBT + select SYSTEM_TYPE_MINIPC
config BOARD_GOOGLE_ORCO select BOARD_GOOGLE_BASEBOARD_RAMBI @@ -86,6 +87,7 @@ config BOARD_GOOGLE_SUMO select BOARD_GOOGLE_BASEBOARD_RAMBI select INTEL_GMA_HAVE_VBT + select SYSTEM_TYPE_ALL_IN_ONE
config BOARD_GOOGLE_SWANKY select BOARD_GOOGLE_BASEBOARD_RAMBI