aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMark Kettenis <kettenis@openbsd.org>2023-12-24 19:12:55 +0100
committerTom Rini <trini@konsulko.com>2023-12-26 14:41:56 -0500
commit0a0ceea2269b983e736b80104f03cc800d1a5e2a (patch)
treed8197481f3cf07c00d73dc9741cd1e63f5d28282
parentf03e3f0b8b2275733d5e299efedaecce42b3db31 (diff)
downloadu-boot-0a0ceea2269b983e736b80104f03cc800d1a5e2a.zip
u-boot-0a0ceea2269b983e736b80104f03cc800d1a5e2a.tar.gz
u-boot-0a0ceea2269b983e736b80104f03cc800d1a5e2a.tar.bz2
arm: apple: Disable SMBIOS againWIP/26Dec2023
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 <kettenis@openbsd.org> Reviewed-by: Heinrich Schuchardt <xypron.glpk@gmx.de> Reviewed-by: Simon Glass <sjg@chromium.org>
-rw-r--r--configs/apple_m1_defconfig2
1 files changed, 1 insertions, 1 deletions
diff --git a/configs/apple_m1_defconfig b/configs/apple_m1_defconfig
index d58a903..b868d0e 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