diff options
author | Peng Fan <Peng.Fan@freescale.com> | 2015-03-31 09:44:48 +0800 |
---|---|---|
committer | Peng Fan <Peng.Fan@freescale.com> | 2015-04-29 15:00:31 +0800 |
commit | 8d52c67d2680f42f21274675bb36b253a6a8d7ad (patch) | |
tree | 3d5f5948c9e7f20262efe4b88dbb75b10ab62df3 /arch/arm | |
parent | e618f5c5de08879d7078cd38eae0a8f74fb55d0b (diff) | |
download | u-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 'arch/arm')
-rw-r--r-- | arch/arm/cpu/armv7/mx6/soc.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/cpu/armv7/mx6/soc.c b/arch/arm/cpu/armv7/mx6/soc.c index 394687f..7bd2118 100644 --- a/arch/arm/cpu/armv7/mx6/soc.c +++ b/arch/arm/cpu/armv7/mx6/soc.c @@ -39,7 +39,7 @@ struct scu_regs { u32 fpga_rev; }; -#if defined(CONFIG_IMX6_THERMAL) +#if defined(CONFIG_IMX_THERMAL) static const struct imx_thermal_plat imx6_thermal_plat = { .regs = (void *)ANATOP_BASE_ADDR, .fuse_bank = 1, |