summaryrefslogtreecommitdiff
path: root/firmware
diff options
context:
space:
mode:
Diffstat (limited to 'firmware')
-rw-r--r--firmware/app.lds2
1 files changed, 2 insertions, 0 deletions
diff --git a/firmware/app.lds b/firmware/app.lds
index 3d9be9b32e..1caea68fa0 100644
--- a/firmware/app.lds
+++ b/firmware/app.lds
@@ -258,6 +258,7 @@ SECTIONS
258 stackend = .; 258 stackend = .;
259 } > IRAM 259 } > IRAM
260 260
261#ifdef CPU_PP
261 .cop_stack : 262 .cop_stack :
262 { 263 {
263 *(.cop_stack) 264 *(.cop_stack)
@@ -265,6 +266,7 @@ SECTIONS
265 . += 0x0500; 266 . += 0x0500;
266 cop_stackend = .; 267 cop_stackend = .;
267 } > IRAM 268 } > IRAM
269#endif
268 270
269#else 271#else
270 /* TRICK ALERT! We want 0x2000 bytes of stack, but we set the section 272 /* TRICK ALERT! We want 0x2000 bytes of stack, but we set the section