f11199f0d0
Use Kconfig instead of board config for DM and DM_THERMAL. Signed-off-by: Simon Glass <sjg@chromium.org>
7 lines
168 B
Plaintext
7 lines
168 B
Plaintext
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
|