Felix Singer has submitted this change. ( https://review.coreboot.org/c/coreboot/+/86459?usp=email )
Change subject: mb/google/jecht: Set SMBIOS system type ......................................................................
mb/google/jecht: Set SMBIOS system type
Jecht variants will now correctly show their SMBIOS type as mini-pc rather than the default desktop type.
Change-Id: I4f1be147bcfdad6247101db5b5943301466e60ad Signed-off-by: Matt DeVillier matt.devillier@gmail.com Reviewed-on: https://review.coreboot.org/c/coreboot/+/86459 Tested-by: build bot (Jenkins) no-reply@coreboot.org Reviewed-by: Felix Singer service+coreboot-gerrit@felixsinger.de --- M src/mainboard/google/jecht/Kconfig 1 file changed, 1 insertion(+), 0 deletions(-)
Approvals: build bot (Jenkins): Verified Felix Singer: Looks good to me, approved
diff --git a/src/mainboard/google/jecht/Kconfig b/src/mainboard/google/jecht/Kconfig index c8cf7d6..eb3b985 100644 --- a/src/mainboard/google/jecht/Kconfig +++ b/src/mainboard/google/jecht/Kconfig @@ -13,6 +13,7 @@ select MAINBOARD_HAS_TPM1 select SOC_INTEL_BROADWELL select SUPERIO_ITE_IT8772F + select SYSTEM_TYPE_MINIPC
config BOARD_GOOGLE_GUADO select BOARD_GOOGLE_BASEBOARD_JECHT