summaryrefslogtreecommitdiff
path: root/include/configs/mx6sxsabresd.h
diff options
context:
space:
mode:
authorPeng Fan <Peng.Fan@freescale.com>2015-05-06 18:13:04 +0800
committerPeng Fan <Peng.Fan@freescale.com>2015-05-06 18:13:04 +0800
commit90bb670a129723c77bc3dbfe60fc81d0a8d3b625 (patch)
treef28db6d653c338bf77c4327bb8fa81014714f9b0 /include/configs/mx6sxsabresd.h
parent3f0eb9faac520e2f3e50214df34ef9d6c25e011a (diff)
downloadu-boot-imx-90bb670a129723c77bc3dbfe60fc81d0a8d3b625.zip
u-boot-imx-90bb670a129723c77bc3dbfe60fc81d0a8d3b625.tar.gz
u-boot-imx-90bb670a129723c77bc3dbfe60fc81d0a8d3b625.tar.bz2
MLK-10829-2 imx:mx6 support thermal for all mx6
Move CONFIG_IMX_THERMAL to mx6_common.h Make CONFIG_MXC_OCOTP only depends on CONFIG_CMD_FUSE, since when THERMAL is not implemented, we may use fuse. Signed-off-by: Peng Fan <Peng.Fan@freescale.com>
Diffstat (limited to 'include/configs/mx6sxsabresd.h')
-rw-r--r--include/configs/mx6sxsabresd.h4
1 files changed, 1 insertions, 3 deletions
diff --git a/include/configs/mx6sxsabresd.h b/include/configs/mx6sxsabresd.h
index 23192b1..5ab4573 100644
--- a/include/configs/mx6sxsabresd.h
+++ b/include/configs/mx6sxsabresd.h
@@ -396,10 +396,8 @@
#define CONFIG_PCIE_IMX_POWER_GPIO IMX_GPIO_NR(2, 1)
#endif
-#define CONFIG_IMX_THERMAL
-
#define CONFIG_CMD_FUSE
-#if defined(CONFIG_CMD_FUSE) || defined(CONFIG_IMX_THERMAL)
+#ifdef CONFIG_CMD_FUSE
#define CONFIG_MXC_OCOTP
#endif