summaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-imx/Makefile
diff options
context:
space:
mode:
authorAndrey Smirnov <andrew.smirnov@gmail.com>2018-06-14 20:44:03 -0700
committerSascha Hauer <s.hauer@pengutronix.de>2018-06-15 09:01:09 +0200
commitca1a60b1d254ae18d72e6f3e70c041c313f02756 (patch)
tree23e65504fe8db23a50081af08acb9db883b321b7 /arch/arm/mach-imx/Makefile
parentf51469032fd6bd36133c779491e080e3ff9fb3a5 (diff)
downloadbarebox-ca1a60b1d254ae18d72e6f3e70c041c313f02756.tar.gz
barebox-ca1a60b1d254ae18d72e6f3e70c041c313f02756.tar.xz
ARM: i.MX8: Add DDRC PHY support code
Add DDRC PHY support code needed to upload DDR training firwmare as well as to wait for the training process to complete. Those are needed to support board specific DDR initialization code. Signed-off-by: Andrey Smirnov <andrew.smirnov@gmail.com> Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
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 442039a276..28fe60dba2 100644
--- a/arch/arm/mach-imx/Makefile
+++ b/arch/arm/mach-imx/Makefile
@@ -17,6 +17,7 @@ lwl-$(CONFIG_ARCH_IMX6) += imx6-mmdc.o
obj-$(CONFIG_ARCH_IMX7) += imx7.o
obj-$(CONFIG_ARCH_VF610) += vf610.o
obj-$(CONFIG_ARCH_IMX8MQ) += imx8mq.o
+lwl-$(CONFIG_ARCH_IMX8MQ) += imx8-ddrc.o
obj-$(CONFIG_ARCH_IMX_XLOAD) += xload.o
obj-$(CONFIG_IMX_IIM) += iim.o
obj-$(CONFIG_NAND_IMX) += nand.o