summaryrefslogtreecommitdiff
path: root/firmware
diff options
context:
space:
mode:
Diffstat (limited to 'firmware')
-rw-r--r--firmware/target/arm/tms320dm320/app.lds4
1 files changed, 4 insertions, 0 deletions
diff --git a/firmware/target/arm/tms320dm320/app.lds b/firmware/target/arm/tms320dm320/app.lds
index 0a9aa85bc4..902e093633 100644
--- a/firmware/target/arm/tms320dm320/app.lds
+++ b/firmware/target/arm/tms320dm320/app.lds
@@ -121,7 +121,11 @@ SECTIONS
121 stackend = .; 121 stackend = .;
122 } > IRAM 122 } > IRAM
123 123
124#ifndef CREATIVE_ZVx
124 .bss ADDR(.data) + SIZEOF(.data) + SIZEOF(.iram) + SIZEOF(.vectors): 125 .bss ADDR(.data) + SIZEOF(.data) + SIZEOF(.iram) + SIZEOF(.vectors):
126#else
127 .bss ADDR(.data) + SIZEOF(.data):
128#endif
125 { 129 {
126 _edata = .; 130 _edata = .;
127 *(.bss*) 131 *(.bss*)