aboutsummaryrefslogtreecommitdiff
path: root/configs
diff options
context:
space:
mode:
authorSimon Glass <sjg@chromium.org>2020-11-05 06:32:15 -0700
committerBin Meng <bmeng.cn@gmail.com>2020-11-06 10:18:20 +0800
commitfa9e1bcfc44e0982ece00d8c335b8748be907b07 (patch)
treef61f3a33ec24fc80b97ac51a545104edb0b1eb06 /configs
parenta1d63bc13505c7f1257f01aac9e74c6fb7f0c72d (diff)
downloadu-boot-fa9e1bcfc44e0982ece00d8c335b8748be907b07.zip
u-boot-fa9e1bcfc44e0982ece00d8c335b8748be907b07.tar.gz
u-boot-fa9e1bcfc44e0982ece00d8c335b8748be907b07.tar.bz2
arm64: mvebu: Use devicetree for SMBIOS settings on uDPU
Add settings and enable the default sysinfo driver so that these can come from the device tree. Signed-off-by: Simon Glass <sjg@chromium.org> Reviewed-by: Bin Meng <bmeng.cn@gmail.com>
Diffstat (limited to 'configs')
-rw-r--r--configs/uDPU_defconfig3
1 files changed, 2 insertions, 1 deletions
diff --git a/configs/uDPU_defconfig b/configs/uDPU_defconfig
index dfab2b3..ec97489 100644
--- a/configs/uDPU_defconfig
+++ b/configs/uDPU_defconfig
@@ -11,7 +11,6 @@ CONFIG_DM_GPIO=y
CONFIG_DEBUG_UART_BASE=0xd0012000
CONFIG_DEBUG_UART_CLOCK=25804800
CONFIG_DEFAULT_DEVICE_TREE="armada-3720-uDPU"
-CONFIG_SMBIOS_PRODUCT_NAME="uDPU"
CONFIG_DEBUG_UART=y
CONFIG_AHCI=y
CONFIG_DISTRO_DEFAULTS=y
@@ -97,3 +96,5 @@ CONFIG_USB_ETHER_RTL8152=y
CONFIG_USB_ETHER_SMSC95XX=y
CONFIG_LZO=y
CONFIG_SPL_LZO=y
+CONFIG_SYSINFO=y
+CONFIG_SYSINFO_SMBIOS=y