From: Chris Packham Date: Tue, 3 Oct 2023 03:57:38 +0000 (+1300) Subject: arm: mvebu: x240: Disable SMBIOS X-Git-Tag: v2025.01-rc5-pxa1908~821^2~6 X-Git-Url: http://git.dujemihanovic.xyz/img/static/git-logo.png?a=commitdiff_plain;h=5779da53136766b1718fc84ffa07af439f9fe82d;p=u-boot.git arm: mvebu: x240: Disable SMBIOS The x240 doesn't make use of EFI or SMBIOS. Recently we started seeing boot failures such as WARNING: SMBIOS table_address overflow 23f60c020 Failed to write SMBIOS table initcall failed at event 10/(unknown) (err=-22) ### ERROR ### Please RESET the board ### The error is because the physical address of the RAM on the AC5X SoC is above the 32GiB boundary. As we don't need SMBIOS or EFI this can be safely disabled. Signed-off-by: Chris Packham Reviewed-by: Stefan Roese --- diff --git a/configs/x240_defconfig b/configs/x240_defconfig index 7d2b8603e6..0d5a19df25 100644 --- a/configs/x240_defconfig +++ b/configs/x240_defconfig @@ -84,3 +84,4 @@ CONFIG_USB_ETHER_MCS7830=y CONFIG_USB_ETHER_RTL8152=y CONFIG_USB_ETHER_SMSC95XX=y # CONFIG_FAT_WRITE is not set +# CONFIG_SMBIOS is not set