diff options
Diffstat (limited to 'firmware/app.lds')
| -rw-r--r-- | firmware/app.lds | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/firmware/app.lds b/firmware/app.lds index 7a8ec11..3ceb854 100644 --- a/firmware/app.lds +++ b/firmware/app.lds @@ -133,7 +133,7 @@ _pluginbuf = 0; #elif CONFIG_CPU==PNX0101 #define DRAMORIG 0xc00000 + STUBOFFSET #define IRAMORIG 0x400000 -#define IRAMSIZE 0x8000 +#define IRAMSIZE 0x7000 #elif CONFIG_CPU==S3C2440 #define DRAMORIG 0x30000000 + STUBOFFSET #define IRAMORIG 0x40000000 |