summaryrefslogtreecommitdiff
path: root/arch/arm/mach-imx/Makefile
diff options
context:
space:
mode:
authorRanjani Vaidyanathan <ra5478@freescale.com>2013-08-23 13:34:49 -0500
committerNitin Garg <nitin.garg@freescale.com>2014-04-16 08:01:26 -0500
commit30951d6a084dc05092bdab8b086f912ff865fc55 (patch)
tree15dc3f3cb503b273163a62e71ed3c4a51bed2953 /arch/arm/mach-imx/Makefile
parent3a81bd8ba44cbf770f2b2d75e70196e71bf1704c (diff)
ENGR00276593-2 [iMX6x] - Remove references to iMX6Q
Rename iMX6Q CPUFREQ references to iMX6 as the code is common to all chips in the iMX6x family. Signed-off-by: Ranjani Vaidyanathan <ra5478@freescale.com>
Diffstat (limited to 'arch/arm/mach-imx/Makefile')
-rw-r--r--arch/arm/mach-imx/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/mach-imx/Makefile b/arch/arm/mach-imx/Makefile
index d1e29d1afdef..e53fb59eaf95 100644
--- a/arch/arm/mach-imx/Makefile
+++ b/arch/arm/mach-imx/Makefile
@@ -104,7 +104,7 @@ obj-$(CONFIG_SOC_IMX6SL) += clk-imx6sl.o mach-imx6sl.o
AFLAGS_suspend-imx6.o :=-Wa,-march=armv7-a
obj-$(CONFIG_PM) += pm-imx6.o headsmp.o suspend-imx6.o
-ifeq ($(CONFIG_ARM_IMX6Q_CPUFREQ),y)
+ifeq ($(CONFIG_ARM_IMX6_CPUFREQ),y)
obj-y += busfreq-imx6.o
obj-$(CONFIG_SOC_IMX6Q) += ddr3_freq_imx6.o busfreq_ddr3.o
endif