diff options
author | Adrian Alonso <adrian.alonso@nxp.com> | 2016-01-25 14:54:22 -0600 |
---|---|---|
committer | Leonard Crestez <leonard.crestez@nxp.com> | 2018-08-24 12:41:33 +0300 |
commit | e6c974adc19c841f039deeb2ab85532b5f64fe6a (patch) | |
tree | 25e2c7d6143d6c1ea40640219f457d878268b996 /arch/arm/mach-imx/Makefile | |
parent | c40c295b5cae0ce25f1b9c1b50e88b01b5178c5a (diff) |
MLK-12023-2: arm: imx6: refactor wfe ddr3 freq change low power mode
Refactor wfe_ddr3_freq_change to wfe_smp_freq_change in order
to reuse enter/exit wfe standby low power mode.
Signed-off-by: Adrian Alonso <aalonso@freescale.com>
Signed-off-by: Anson Huang <b20788@freescale.com>
(cherry picked from commit 4d92e1f5bab3480cb145821dce27960887e7a3ea)
Diffstat (limited to 'arch/arm/mach-imx/Makefile')
-rw-r--r-- | arch/arm/mach-imx/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/arch/arm/mach-imx/Makefile b/arch/arm/mach-imx/Makefile index 555687ba6cd0..db0cf2cb9547 100644 --- a/arch/arm/mach-imx/Makefile +++ b/arch/arm/mach-imx/Makefile @@ -85,7 +85,8 @@ obj-$(CONFIG_HOTPLUG_CPU) += hotplug.o endif obj-y += busfreq_lpddr2.o busfreq-imx.o busfreq_ddr3.o AFLAGS_ddr3_freq_imx6.o :=-Wa,-march=armv7-a -obj-$(CONFIG_SOC_IMX6Q) += mach-imx6q.o ddr3_freq_imx6.o +AFLAGS_smp_wfe_imx6.o :=-Wa,-march=armv7-a +obj-$(CONFIG_SOC_IMX6Q) += mach-imx6q.o ddr3_freq_imx6.o smp_wfe_imx6.o AFLAGS_lpddr2_freq_imx6.o :=-Wa,-march=armv7-a obj-$(CONFIG_SOC_IMX6SL) += mach-imx6sl.o lpddr2_freq_imx6.o AFLAGS_ddr3_freq_imx6sx.o :=-Wa,-march=armv7-a |