summaryrefslogtreecommitdiff
path: root/firmware
diff options
context:
space:
mode:
Diffstat (limited to 'firmware')
-rw-r--r--firmware/rom.lds4
1 files changed, 4 insertions, 0 deletions
diff --git a/firmware/rom.lds b/firmware/rom.lds
index 0967c6b88a..723977295a 100644
--- a/firmware/rom.lds
+++ b/firmware/rom.lds
@@ -139,7 +139,11 @@ SECTIONS
139 . += 0x2000; 139 . += 0x2000;
140 _stackend = .; 140 _stackend = .;
141 stackend = .; 141 stackend = .;
142#if IRAMSIZE > 0x1000
142 } > IRAM 143 } > IRAM
144#else
145 } > DRAM
146#endif
143 147
144#ifdef CPU_COLDFIRE 148#ifdef CPU_COLDFIRE
145 .bss ADDR(.data) + SIZEOF(.data) + SIZEOF(.iram): 149 .bss ADDR(.data) + SIZEOF(.data) + SIZEOF(.iram):