From 0a0ceea2269b983e736b80104f03cc800d1a5e2a Mon Sep 17 00:00:00 2001 From: Mark Kettenis Date: Sun, 24 Dec 2023 19:12:55 +0100 Subject: arm: apple: Disable SMBIOS again Apple machines do not have memory below 4G. Since U-Boot does not support the SMBIOS 3 header structures this means we can't support SMBIOS on these machines. Unfortunately the refactoring of the SMBIOS code this cycle accidentally enabled it again. Fixes: 53fab13a7b1 ("efi: Use the installed SMBIOS tables") Signed-off-by: Mark Kettenis Reviewed-by: Heinrich Schuchardt Reviewed-by: Simon Glass --- configs/apple_m1_defconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'configs') diff --git a/configs/apple_m1_defconfig b/configs/apple_m1_defconfig index d58a9030dbd..b868d0e3194 100644 --- a/configs/apple_m1_defconfig +++ b/configs/apple_m1_defconfig @@ -21,5 +21,5 @@ CONFIG_USB_KEYBOARD=y CONFIG_SYS_WHITE_ON_BLACK=y CONFIG_NO_FB_CLEAR=y CONFIG_VIDEO_SIMPLE=y -# CONFIG_GENERATE_SMBIOS_TABLE is not set +# CONFIG_SMBIOS is not set CONFIG_LMB_MAX_REGIONS=64 -- cgit v1.2.3