summaryrefslogtreecommitdiff
path: root/firmware/target/mips/ingenic_jz47xx/app.lds
diff options
context:
space:
mode:
Diffstat (limited to 'firmware/target/mips/ingenic_jz47xx/app.lds')
-rw-r--r--firmware/target/mips/ingenic_jz47xx/app.lds3
1 files changed, 3 insertions, 0 deletions
diff --git a/firmware/target/mips/ingenic_jz47xx/app.lds b/firmware/target/mips/ingenic_jz47xx/app.lds
index 85c332b182..acb1e86b4f 100644
--- a/firmware/target/mips/ingenic_jz47xx/app.lds
+++ b/firmware/target/mips/ingenic_jz47xx/app.lds
@@ -83,6 +83,9 @@ SECTIONS
83 stackbegin = .; 83 stackbegin = .;
84 . += 0x2000; 84 . += 0x2000;
85 stackend = .; 85 stackend = .;
86 irqstackbegin = .;
87 . += 0x400;
88 irqstackend = .;
86 } > IRAM 89 } > IRAM
87 90
88 .bss (NOLOAD): 91 .bss (NOLOAD):