mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-11 23:47:24 +00:00
f11199f0d0
Use Kconfig instead of board config for DM and DM_THERMAL. Signed-off-by: Simon Glass <sjg@chromium.org>
6 lines
168 B
Text
6 lines
168 B
Text
CONFIG_SPL=y
|
|
CONFIG_SYS_EXTRA_OPTIONS="IMX_CONFIG=arch/arm/imx-common/spl_sd.cfg,MX6SX"
|
|
+S:CONFIG_ARM=y
|
|
+S:CONFIG_TARGET_MX6SXSABRESD=y
|
|
CONFIG_DM=y
|
|
CONFIG_DM_THERMAL=y
|