diff --git a/apps/plugins/plugin.lds b/apps/plugins/plugin.lds index 82d6354b24..0ef27603e9 100644 --- a/apps/plugins/plugin.lds +++ b/apps/plugins/plugin.lds @@ -92,8 +92,8 @@ OUTPUT_FORMAT(elf32-littlemips) #elif defined(IAUDIO_X5) || defined(IAUDIO_M5) #define DRAMORIG 0x31000000 -#define IRAMORIG 0x10010000 -#define IRAMSIZE 0x10000 +#define IRAMORIG 0x1000c000 +#define IRAMSIZE 0x14000 #elif CONFIG_CPU == PP5022 || CONFIG_CPU == PP5024 /* PP5022/24 have 128KB of IRAM */ diff --git a/firmware/target/coldfire/iaudio/app.lds b/firmware/target/coldfire/iaudio/app.lds index 5cb2f6cb3f..b7164f9941 100644 --- a/firmware/target/coldfire/iaudio/app.lds +++ b/firmware/target/coldfire/iaudio/app.lds @@ -21,7 +21,7 @@ STARTUP(target/coldfire/crt0.o) #ifdef IAUDIO_M3 #define IRAMSIZE 0xc000 #else -#define IRAMSIZE 0x10000 +#define IRAMSIZE 0xc000 #endif /* End of the audio buffer, where the codec buffer starts */