summaryrefslogtreecommitdiff
path: root/board/scalys/simc-t10xx/Makefile
diff options
context:
space:
mode:
authorvojo <joris.van.vossen@sintecs.nl>2017-08-23 13:51:00 (GMT)
committervojo <joris.van.vossen@sintecs.nl>2017-08-23 13:51:00 (GMT)
commit0d48297646c426cdd206b0e530495ab7eb02acd3 (patch)
tree003db115fb07d125bade819a49da8b05b146d38b /board/scalys/simc-t10xx/Makefile
parentdd543f16bbaeb86c8131d2532791dcc2748c6e5f (diff)
downloadu-boot-fsl-qoriq-0d48297646c426cdd206b0e530495ab7eb02acd3.tar.xz
Upstream u-boot update and added QT1040-1GB device support
Diffstat (limited to 'board/scalys/simc-t10xx/Makefile')
-rw-r--r--board/scalys/simc-t10xx/Makefile8
1 files changed, 6 insertions, 2 deletions
diff --git a/board/scalys/simc-t10xx/Makefile b/board/scalys/simc-t10xx/Makefile
index 83ac551..59f29ec 100644
--- a/board/scalys/simc-t10xx/Makefile
+++ b/board/scalys/simc-t10xx/Makefile
@@ -1,4 +1,4 @@
-# Copyright 2016 Scalys B.V.
+# Copyright 2017 Scalys B.V.
# opensource@scalys.com
#
# SPDX-License-Identifier: GPL-2.0+
@@ -13,7 +13,11 @@ obj-y += simc-t10xx.o
obj-y += eth.o
obj-$(CONFIG_PCI) += pci.o
endif
+ifdef CONFIG_TARGET_QT1040_1GB
+obj-y += ddr_QT1040-1GB.o
+else
obj-y += ddr.o
+endif
obj-y += law.o
obj-y += tlb.o
-obj-y += dragonfruit.o \ No newline at end of file
+obj-y += dragonfruit.o