summaryrefslogtreecommitdiff
path: root/drivers
diff options
context:
space:
mode:
authorPeng Fan <Peng.Fan@freescale.com>2015-03-31 09:44:48 +0800
committerPeng Fan <Peng.Fan@freescale.com>2015-04-29 15:00:31 +0800
commit8d52c67d2680f42f21274675bb36b253a6a8d7ad (patch)
tree3d5f5948c9e7f20262efe4b88dbb75b10ab62df3 /drivers
parente618f5c5de08879d7078cd38eae0a8f74fb55d0b (diff)
downloadu-boot-imx-8d52c67d2680f42f21274675bb36b253a6a8d7ad.zip
u-boot-imx-8d52c67d2680f42f21274675bb36b253a6a8d7ad.tar.gz
u-boot-imx-8d52c67d2680f42f21274675bb36b253a6a8d7ad.tar.bz2
MLK-10774-29 imx:thermal change from CONFIG_IMX6_THERMAL to CONFIG_IMX_THERMAL
Change macro name to make driver support more platforms. Signed-off-by: Peng Fan <Peng.Fan@freescale.com>
Diffstat (limited to 'drivers')
-rw-r--r--drivers/thermal/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/thermal/Makefile b/drivers/thermal/Makefile
index 6d4cacd..d768f5e 100644
--- a/drivers/thermal/Makefile
+++ b/drivers/thermal/Makefile
@@ -6,4 +6,4 @@
#
obj-$(CONFIG_DM_THERMAL) += thermal-uclass.o
-obj-$(CONFIG_IMX6_THERMAL) += imx_thermal.o
+obj-$(CONFIG_IMX_THERMAL) += imx_thermal.o