]> git.karo-electronics.de Git - linux-beck.git/commitdiff
ARM: imx6: rename pm-imx6q.c to pm-imx6.c
authorShawn Guo <shawn.guo@linaro.org>
Thu, 27 Feb 2014 07:28:48 +0000 (15:28 +0800)
committerShawn Guo <shawn.guo@linaro.org>
Wed, 5 Mar 2014 02:48:24 +0000 (10:48 +0800)
The pm-imx6q.c works for all i.MX6 SoCs, so let's rename it to pm-imx6.c
and have the build controlled by option CONFIG_SOC_IMX6.

Signed-off-by: Shawn Guo <shawn.guo@linaro.org>
arch/arm/mach-imx/Makefile
arch/arm/mach-imx/pm-imx6.c [moved from arch/arm/mach-imx/pm-imx6q.c with 100% similarity]

index 9c776a03bb4018c13da4365afca607f4aa41fbfa..19a6d0e98f2dbe6a161b14bed2f68a1c737f9022 100644 (file)
@@ -104,9 +104,7 @@ obj-$(CONFIG_SOC_IMX6SL) += clk-imx6sl.o mach-imx6sl.o
 
 AFLAGS_suspend-imx6.o :=-Wa,-march=armv7-a
 obj-$(CONFIG_SUSPEND) += suspend-imx6.o
-obj-$(CONFIG_SOC_IMX6Q) += pm-imx6q.o
-# i.MX6SL reuses i.MX6Q code
-obj-$(CONFIG_SOC_IMX6SL) += pm-imx6q.o
+obj-$(CONFIG_SOC_IMX6) += pm-imx6.o
 
 # i.MX5 based machines
 obj-$(CONFIG_MACH_MX51_BABBAGE) += mach-mx51_babbage.o