summaryrefslogtreecommitdiff
path: root/arch/arm/mach-imx/Makefile
diff options
context:
space:
mode:
authorAnson Huang <b20788@freescale.com>2015-03-20 12:57:09 +0800
committerJason Liu <r64343@freescale.com>2015-05-08 16:33:01 +0800
commit4c217aef2fda4d07d7bbb8b16121d763d8e5c14b (patch)
tree82292b29d793c517188479b72738871e171d4548 /arch/arm/mach-imx/Makefile
parentb8850adba55d0c620e50567872412bfade5037a5 (diff)
MLK-10455-3 ARM: imx: add different DDR type support for imx7d retention
On i.MX7D, LPDDR3 and DDR3 have different retention flow, need to add DDR type check during initialization. Some DDR configurations may be updated lated, so it is better to just read it from register instead of hard coding. Signed-off-by: Anson Huang <b20788@freescale.com>
Diffstat (limited to 'arch/arm/mach-imx/Makefile')
-rw-r--r--arch/arm/mach-imx/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/mach-imx/Makefile b/arch/arm/mach-imx/Makefile
index b1456d1cec7e..d28fe60d6611 100644
--- a/arch/arm/mach-imx/Makefile
+++ b/arch/arm/mach-imx/Makefile
@@ -97,6 +97,7 @@ obj-$(CONFIG_MACH_IMX35_DT) += imx35-dt.o
obj-$(CONFIG_HAVE_IMX_ANATOP) += anatop.o
obj-$(CONFIG_HAVE_IMX_GPC) += gpc.o gpcv2.o
obj-$(CONFIG_HAVE_IMX_MMDC) += mmdc.o
+obj-$(CONFIG_HAVE_IMX_DDRC) += ddrc.o
obj-$(CONFIG_HAVE_IMX_SRC) += src.o
obj-$(CONFIG_HAVE_IMX_MCC) += mcc_api.o mcc_common.o mcc_linux.o mcc_imx6sx.o
AFLAGS_headsmp.o :=-Wa,-march=armv7-a