summaryrefslogtreecommitdiffstats
path: root/include/configs/cgtqmx6eval.h
diff options
context:
space:
mode:
authorAdrian Alonso <aalonso@freescale.com>2015-09-02 13:54:13 -0500
committerStefano Babic <sbabic@denx.de>2015-09-13 10:11:53 +0200
commit1368f99346b1a6c566095bcb1df662cdbdb129b3 (patch)
tree62c61701a30e15abd3e7adf2a21dd19fbe32233a /include/configs/cgtqmx6eval.h
parent15c52b3ddd1e46743f5fb604f0cbcae144237ed5 (diff)
downloadblackbird-obmc-uboot-1368f99346b1a6c566095bcb1df662cdbdb129b3.tar.gz
blackbird-obmc-uboot-1368f99346b1a6c566095bcb1df662cdbdb129b3.zip
thermal: imx_thermal: rework driver to be reused
Rework imx_thermal driver to be used across i.MX processor that support thermal sensor Signed-off-by: Adrian Alonso <aalonso@freescale.com> Signed-off-by: Peng Fan <Peng.Fan@freescale.com>
Diffstat (limited to 'include/configs/cgtqmx6eval.h')
-rw-r--r--include/configs/cgtqmx6eval.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/configs/cgtqmx6eval.h b/include/configs/cgtqmx6eval.h
index 92930c8f72..55a06643dc 100644
--- a/include/configs/cgtqmx6eval.h
+++ b/include/configs/cgtqmx6eval.h
@@ -33,10 +33,10 @@
#define CONFIG_CMD_BMODE
/* Thermal support */
-#define CONFIG_IMX6_THERMAL
+#define CONFIG_IMX_THERMAL
#define CONFIG_CMD_FUSE
-#if defined(CONFIG_CMD_FUSE) || defined(CONFIG_IMX6_THERMAL)
+#if defined(CONFIG_CMD_FUSE) || defined(CONFIG_IMX_THERMAL)
#define CONFIG_MXC_OCOTP
#endif
OpenPOWER on IntegriCloud