]> Git Repo - u-boot.git/commitdiff
arm: apple: Disable SMBIOS again
authorMark Kettenis <[email protected]>
Sun, 24 Dec 2023 18:12:55 +0000 (19:12 +0100)
committerTom Rini <[email protected]>
Tue, 26 Dec 2023 19:41:56 +0000 (14:41 -0500)
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 <[email protected]>
Reviewed-by: Heinrich Schuchardt <[email protected]>
Reviewed-by: Simon Glass <[email protected]>
configs/apple_m1_defconfig

index d58a9030dbd08e4ac2da89d28f03ce339511df4b..b868d0e319418b405bf0dc865a7b71ea466753fb 100644 (file)
@@ -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
This page took 0.038189 seconds and 4 git commands to generate.