aboutsummaryrefslogtreecommitdiff
path: root/configs
diff options
context:
space:
mode:
authorSimon Glass <sjg@chromium.org>2020-11-05 06:32:13 -0700
committerBin Meng <bmeng.cn@gmail.com>2020-11-06 10:18:20 +0800
commitc0697c1f4b6ddbe4a708bda78852c5dda153f522 (patch)
tree569a60ab5ef56e4df45ae59c10605ce3f473b0c1 /configs
parent70190f82cb3b469e327a274ba523e4453c4c4402 (diff)
downloadu-boot-c0697c1f4b6ddbe4a708bda78852c5dda153f522.zip
u-boot-c0697c1f4b6ddbe4a708bda78852c5dda153f522.tar.gz
u-boot-c0697c1f4b6ddbe4a708bda78852c5dda153f522.tar.bz2
imx: Use devicetree for SMBIOS settings on MYiR MYS-6ULX
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/myir_mys_6ulx_defconfig3
1 files changed, 2 insertions, 1 deletions
diff --git a/configs/myir_mys_6ulx_defconfig b/configs/myir_mys_6ulx_defconfig
index 02b2060..4ba817a 100644
--- a/configs/myir_mys_6ulx_defconfig
+++ b/configs/myir_mys_6ulx_defconfig
@@ -67,4 +67,5 @@ CONFIG_MXC_UART=y
CONFIG_USB=y
CONFIG_DM_USB=y
CONFIG_USB_GADGET=y
-CONFIG_SMBIOS_MANUFACTURER="MYiR"
+CONFIG_SYSINFO=y
+CONFIG_SYSINFO_SMBIOS=y