diff --git a/firmware/target/mips/ingenic_jz47xx/app.lds b/firmware/target/mips/ingenic_jz47xx/app.lds index acb1e86b4f..22b7c62af7 100644 --- a/firmware/target/mips/ingenic_jz47xx/app.lds +++ b/firmware/target/mips/ingenic_jz47xx/app.lds @@ -81,10 +81,10 @@ SECTIONS { *(.stack); stackbegin = .; - . += 0x2000; + . += 0x1E00; stackend = .; irqstackbegin = .; - . += 0x400; + . += 0x300; irqstackend = .; } > IRAM diff --git a/firmware/target/mips/ingenic_jz47xx/boot.lds b/firmware/target/mips/ingenic_jz47xx/boot.lds index 5c25a042b9..d8e8723d94 100644 --- a/firmware/target/mips/ingenic_jz47xx/boot.lds +++ b/firmware/target/mips/ingenic_jz47xx/boot.lds @@ -85,10 +85,10 @@ SECTIONS { *(.stack) stackbegin = .; - . += 0x2000; + . += 0x1e00; stackend = .; irqstackbegin = .; - . += 0x400; + . += 0x300; irqstackend = .; } > IRAM }