aboutsummaryrefslogtreecommitdiffstats
path: root/demos/ATSAMA5D2
diff options
context:
space:
mode:
authoredolomb <none@example.com>2018-01-18 16:52:56 +0000
committeredolomb <none@example.com>2018-01-18 16:52:56 +0000
commitefde0b1878d12c8ba8d9181d31aacaed60c7c96a (patch)
treee22621c1cb9637d58291ce4083edad81fc6dea95 /demos/ATSAMA5D2
parentb8e2e82ecfe369b5d3dfa8cd0ff4819240f9c68c (diff)
downloadChibiOS-efde0b1878d12c8ba8d9181d31aacaed60c7c96a.tar.gz
ChibiOS-efde0b1878d12c8ba8d9181d31aacaed60c7c96a.tar.bz2
ChibiOS-efde0b1878d12c8ba8d9181d31aacaed60c7c96a.zip
Now demo is working in DDR
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@11329 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'demos/ATSAMA5D2')
-rwxr-xr-xdemos/ATSAMA5D2/RT-SAMA5D2-XPLAINED/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/demos/ATSAMA5D2/RT-SAMA5D2-XPLAINED/Makefile b/demos/ATSAMA5D2/RT-SAMA5D2-XPLAINED/Makefile
index a5d8e9a00..a201e5e4b 100755
--- a/demos/ATSAMA5D2/RT-SAMA5D2-XPLAINED/Makefile
+++ b/demos/ATSAMA5D2/RT-SAMA5D2-XPLAINED/Makefile
@@ -127,6 +127,8 @@ include $(CHIBIOS)/test/rt/rt_test.mk
include $(CHIBIOS)/test/oslib/oslib_test.mk
# Define linker script file here
+#LDSCRIPT= $(STARTUPLD)/SAMA5D2.ld
+# Only if SAMA_NO_INIT is TRUE
LDSCRIPT= $(STARTUPLD)/SAMA5D2ddr.ld
# C sources that can be compiled in ARM or THUMB mode depending on the global