summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCaleb Connolly <caleb.connolly@linaro.org>2024-04-18 18:25:52 +0100
committerCaleb Connolly <caleb.connolly@linaro.org>2024-04-23 13:29:31 +0200
commitd286220078505727c8c0baf9cd9c832a1fcad805 (patch)
tree4e74384ae6d8559baf5c4cad612ee33b5abe6b8c
parent9861ebac77d46674243886136275aac1deb7f982 (diff)
qcom_defconfig: generate SMBIOS tables
EFI initialisation fails without this, and with proper SMBIOS v3 support in (and automatic generation of useful tables) there's no reason for us not to do this on qcom platforms. Signed-off-by: Caleb Connolly <caleb.connolly@linaro.org>
-rw-r--r--configs/qcom_defconfig2
1 files changed, 1 insertions, 1 deletions
diff --git a/configs/qcom_defconfig b/configs/qcom_defconfig
index 41545fd72fc..7919aeb9755 100644
--- a/configs/qcom_defconfig
+++ b/configs/qcom_defconfig
@@ -105,5 +105,5 @@ CONFIG_SYS_WHITE_ON_BLACK=y
CONFIG_NO_FB_CLEAR=y
CONFIG_VIDEO_SIMPLE=y
CONFIG_HEXDUMP=y
-# CONFIG_GENERATE_SMBIOS_TABLE is not set
+CONFIG_GENERATE_SMBIOS_TABLE=y
CONFIG_LMB_MAX_REGIONS=64