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>
This commit is contained in:
parent
ab24ddbb49
commit
3e062c8270
1 changed files with 2 additions and 0 deletions
|
|
@ -63,6 +63,7 @@ config BOARD_GOOGLE_KIP
|
|||
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_RAMBI
|
|||
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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue