diff options
author | edolomb <none@example.com> | 2018-01-18 16:52:56 +0000 |
---|---|---|
committer | edolomb <none@example.com> | 2018-01-18 16:52:56 +0000 |
commit | efde0b1878d12c8ba8d9181d31aacaed60c7c96a (patch) | |
tree | e22621c1cb9637d58291ce4083edad81fc6dea95 /demos/ATSAMA5D2/RT-SAMA5D2-XPLAINED | |
parent | b8e2e82ecfe369b5d3dfa8cd0ff4819240f9c68c (diff) | |
download | ChibiOS-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/RT-SAMA5D2-XPLAINED')
-rwxr-xr-x | demos/ATSAMA5D2/RT-SAMA5D2-XPLAINED/Makefile | 2 |
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
|