From c54170e8f61614fc7df8abcd2cbb5727a85a7692 Mon Sep 17 00:00:00 2001 From: Solomon Peachy Date: Wed, 15 Jul 2020 11:02:28 -0400 Subject: mips: Adjust stack sizes Main/IRQ from: 7.5/0.75 to: 7.25/1.0 With the reduction of the opus codec stack usage, giving the IRQ stack some additional breathing room is now possible. Change-Id: Id0cd3747fcaab70e2360667ac8c1a97ba7234ccf --- firmware/target/mips/ingenic_jz47xx/app.lds | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'firmware/target/mips/ingenic_jz47xx/app.lds') diff --git a/firmware/target/mips/ingenic_jz47xx/app.lds b/firmware/target/mips/ingenic_jz47xx/app.lds index 22b7c62af7..bec8671ec9 100644 --- a/firmware/target/mips/ingenic_jz47xx/app.lds +++ b/firmware/target/mips/ingenic_jz47xx/app.lds @@ -81,10 +81,10 @@ SECTIONS { *(.stack); stackbegin = .; - . += 0x1E00; + . += 0x1d00; stackend = .; irqstackbegin = .; - . += 0x300; + . += 0x400; irqstackend = .; } > IRAM -- cgit v1.2.3