summaryrefslogtreecommitdiff
path: root/firmware/target/arm/tms320dm320/dsp/linker.cmd
diff options
context:
space:
mode:
Diffstat (limited to 'firmware/target/arm/tms320dm320/dsp/linker.cmd')
-rw-r--r--firmware/target/arm/tms320dm320/dsp/linker.cmd12
1 files changed, 4 insertions, 8 deletions
diff --git a/firmware/target/arm/tms320dm320/dsp/linker.cmd b/firmware/target/arm/tms320dm320/dsp/linker.cmd
index c2ae5f0c6b..1b53010d41 100644
--- a/firmware/target/arm/tms320dm320/dsp/linker.cmd
+++ b/firmware/target/arm/tms320dm320/dsp/linker.cmd
@@ -1,13 +1,8 @@
1-c 1-c
2-x 2-x
3-stack 0x1000 3-stack 0x200
4-heap 0x100 4-heap 0x200
5 5-l rts500.lib
6/* The rtx500.lib should be included if you want proper initialization,
7 * currently the program is setup so that it is not necessary to save space.
8 * reset vector should jump to _c_int00 if initialization is needed.
9 *
10 * -l rts500.lib*/
11 6
12MEMORY 7MEMORY
13{ 8{
@@ -37,3 +32,4 @@ SECTIONS
37 /* DMA buffers for ABU mode must start on a 2*size boundary. */ 32 /* DMA buffers for ABU mode must start on a 2*size boundary. */
38 .dma > SARAM PAGE 0 33 .dma > SARAM PAGE 0
39} 34}
35