diff options
author | Fabio Estevam <fabio.estevam@freescale.com> | 2015-03-13 10:31:55 -0300 |
---|---|---|
committer | Shawn Guo <shawn.guo@linaro.org> | 2015-03-13 22:14:57 +0800 |
commit | 6869a22fcf10ba9e32ad9a6301ee3fe326625fd6 (patch) | |
tree | e6069d3a0e43cfac28728124edc63e3a07715785 /arch/arm/mach-imx/Makefile | |
parent | 8b88f7ef31ddecd943e3312d6b61e1b1c6eab3d0 (diff) |
ARM: mx25: Remove static memory mapping
We use dynamic memory mapping when using dt, so remove all the static mappings.
Signed-off-by: Fabio Estevam <fabio.estevam@freescale.com>
Signed-off-by: Shawn Guo <shawn.guo@linaro.org>
Diffstat (limited to 'arch/arm/mach-imx/Makefile')
-rw-r--r-- | arch/arm/mach-imx/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/mach-imx/Makefile b/arch/arm/mach-imx/Makefile index 86c6470f33c5..3244cf1d2773 100644 --- a/arch/arm/mach-imx/Makefile +++ b/arch/arm/mach-imx/Makefile @@ -3,7 +3,7 @@ obj-y := time.o cpu.o system.o irq-common.o obj-$(CONFIG_SOC_IMX1) += clk-imx1.o mm-imx1.o obj-$(CONFIG_SOC_IMX21) += clk-imx21.o mm-imx21.o -obj-$(CONFIG_SOC_IMX25) += clk-imx25.o mm-imx25.o cpu-imx25.o mach-imx25.o +obj-$(CONFIG_SOC_IMX25) += clk-imx25.o cpu-imx25.o mach-imx25.o obj-$(CONFIG_SOC_IMX27) += cpu-imx27.o pm-imx27.o obj-$(CONFIG_SOC_IMX27) += clk-imx27.o mm-imx27.o ehci-imx27.o |