summaryrefslogtreecommitdiff
path: root/include/configs/mx6sabre_common.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/mx6sabre_common.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/mx6sabre_common.h')
-rw-r--r--include/configs/mx6sabre_common.h4
1 files changed, 1 insertions, 3 deletions
diff --git a/include/configs/mx6sabre_common.h b/include/configs/mx6sabre_common.h
index ecf2df0..6812cb4 100644
--- a/include/configs/mx6sabre_common.h
+++ b/include/configs/mx6sabre_common.h
@@ -35,8 +35,6 @@
#define CONFIG_INITRD_TAG
#define CONFIG_REVISION_TAG
-#define CONFIG_IMX_THERMAL
-
#define CONFIG_SYS_GENERIC_BOARD
/* Size of malloc() pool */
@@ -49,7 +47,7 @@
#define CONFIG_MXC_UART
#define CONFIG_CMD_FUSE
-#if defined(CONFIG_CMD_FUSE) || defined(CONFIG_IMX_THERMAL)
+#ifdef CONFIG_CMD_FUSE
#define CONFIG_MXC_OCOTP
#endif