]> git.ipfire.org Git - people/ms/u-boot.git/commitdiff
dm: mx6: Adjust mx6sxsabresd to use Kconfig for DM_THERMAL
authorSimon Glass <sjg@chromium.org>
Fri, 13 Feb 2015 19:20:49 +0000 (12:20 -0700)
committerSimon Glass <sjg@chromium.org>
Thu, 19 Feb 2015 13:19:18 +0000 (06:19 -0700)
Use Kconfig instead of board config for DM and DM_THERMAL.

Signed-off-by: Simon Glass <sjg@chromium.org>
configs/mx6sxsabresd_defconfig
configs/mx6sxsabresd_spl_defconfig
include/configs/mx6sxsabresd.h

index 72e0f103ec070fb9b964f5ef32d0cbcedd50e09f..cc823226c1dea2219648d08a609eb255e59f49df 100644 (file)
@@ -3,3 +3,5 @@ CONFIG_ARM=y
 CONFIG_TARGET_MX6SXSABRESD=y
 CONFIG_SYS_MALLOC_F=y
 CONFIG_SYS_MALLOC_F_LEN=0x400
+CONFIG_DM=y
+CONFIG_DM_THERMAL=y
index 6b36e06a85e3bc819488bfa9ae122642dfab566b..901b01bf98efd82be24d8764d86f978a8a2c13fb 100644 (file)
@@ -2,3 +2,5 @@ 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
index 1005b9e6bc6b17608db78f23dc71b2b5def930bb..a2901294a6368e6347415c562cafc90a1fd3d6a2 100644 (file)
 #define CONFIG_PCIE_IMX_POWER_GPIO     IMX_GPIO_NR(2, 1)
 #endif
 
-#define CONFIG_DM
-#define CONFIG_DM_THERMAL
 #define CONFIG_IMX6_THERMAL
 
 #define CONFIG_CMD_FUSE