summaryrefslogtreecommitdiff
path: root/board/freescale/imx8mq_aiy/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'board/freescale/imx8mq_aiy/Makefile')
-rw-r--r--board/freescale/imx8mq_aiy/Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/board/freescale/imx8mq_aiy/Makefile b/board/freescale/imx8mq_aiy/Makefile
index 90b0ffefc7..cd2a477187 100644
--- a/board/freescale/imx8mq_aiy/Makefile
+++ b/board/freescale/imx8mq_aiy/Makefile
@@ -8,6 +8,10 @@ obj-y += imx8m_aiy.o
ifdef CONFIG_SPL_BUILD
obj-y += spl.o
+ifdef CONFIG_AIY_LPDDR4_3G
obj-$(CONFIG_IMX8M_LPDDR4) += ddr/lpddr4_timing_micron_3g.o
+else
+obj-$(CONFIG_IMX8M_LPDDR4) += ddr/lpddr4_timing_kingston_2g.o
+endif
obj-$(CONFIG_IMX8M_LPDDR4) += ddr/lpddr4_timing_1g.o
endif