aboutsummaryrefslogtreecommitdiffstats
path: root/testhal/ATSAMA5D2/MATRIX/Makefile
diff options
context:
space:
mode:
authoredolomb <none@example.com>2018-02-26 22:27:12 +0000
committeredolomb <none@example.com>2018-02-26 22:27:12 +0000
commit908d4ede9d5bbea2f2fba9440681c6de84eb75c1 (patch)
tree0950db3855817bc430bf9a2091c6bae25b696a72 /testhal/ATSAMA5D2/MATRIX/Makefile
parent12d368a3bc2597bf5c63a63b76f7a908b8bcc9d1 (diff)
downloadChibiOS-908d4ede9d5bbea2f2fba9440681c6de84eb75c1.tar.gz
ChibiOS-908d4ede9d5bbea2f2fba9440681c6de84eb75c1.tar.bz2
ChibiOS-908d4ede9d5bbea2f2fba9440681c6de84eb75c1.zip
Updated Demo
git-svn-id: https://svn.code.sf.net/p/chibios/svn2/trunk@11560 110e8d01-0319-4d1e-a829-52ad28d1bb01
Diffstat (limited to 'testhal/ATSAMA5D2/MATRIX/Makefile')
-rwxr-xr-xtesthal/ATSAMA5D2/MATRIX/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/testhal/ATSAMA5D2/MATRIX/Makefile b/testhal/ATSAMA5D2/MATRIX/Makefile
index 3f185becd..797a1585c 100755
--- a/testhal/ATSAMA5D2/MATRIX/Makefile
+++ b/testhal/ATSAMA5D2/MATRIX/Makefile
@@ -127,7 +127,8 @@ include $(CHIBIOS)/os/common/ports/ARMCAx-TZ/compilers/GCC/mk/port_generic.mk
#include $(CHIBIOS)/test/oslib/oslib_test.mk
# Define linker script file here
-LDSCRIPT= $(STARTUPLD)/SAMA5D2.ld
+#LDSCRIPT= $(STARTUPLD)/SAMA5D2.ld
+LDSCRIPT= $(STARTUPLD)/SAMA5D2ddr.ld
# C sources that can be compiled in ARM or THUMB mode depending on the global
# setting.