Matt DeVillier has submitted this change. ( https://review.coreboot.org/c/coreboot/+/86469?usp=email )
Change subject: mb/google/brya: Set SYSTEM_TYPE_MINIPC for brask baseboard boards ......................................................................
mb/google/brya: Set SYSTEM_TYPE_MINIPC for brask baseboard boards
Brask devices are all Chromeboxes, so select SYSTEM_TYPE_MINIPC to ensure the SMBIOS enclosure type is set correctly.
Change-Id: I133a26223ad204dfad67e136cf342d2fb2a7205e Signed-off-by: Matt DeVillier matt.devillier@gmail.com Reviewed-on: https://review.coreboot.org/c/coreboot/+/86469 Tested-by: build bot (Jenkins) no-reply@coreboot.org Reviewed-by: Subrata Banik subratabanik@google.com Reviewed-by: Eric Lai ericllai@google.com --- M src/mainboard/google/brya/Kconfig 1 file changed, 1 insertion(+), 0 deletions(-)
Approvals: Subrata Banik: Looks good to me, approved Eric Lai: Looks good to me, approved build bot (Jenkins): Verified
diff --git a/src/mainboard/google/brya/Kconfig b/src/mainboard/google/brya/Kconfig index 9b0d59b..0f1c3c5 100644 --- a/src/mainboard/google/brya/Kconfig +++ b/src/mainboard/google/brya/Kconfig @@ -68,6 +68,7 @@ select RT8168_GET_MAC_FROM_VPD select RT8168_SET_LED_MODE select SOC_INTEL_ALDERLAKE_PCH_P + select SYSTEM_TYPE_MINIPC select TPM_GOOGLE_CR50
config BOARD_GOOGLE_BASEBOARD_HADES