diff options
author | Michael Sparmann <theseven@rockbox.org> | 2010-02-17 16:12:21 +0000 |
---|---|---|
committer | Michael Sparmann <theseven@rockbox.org> | 2010-02-17 16:12:21 +0000 |
commit | 04ea85fb8897d3981ef687bbb970d31a110f82d8 (patch) | |
tree | d3be1a537f944210f6bf64d1b0e2284e0c5d05d0 /firmware/target/arm/s5l8700/app.lds | |
parent | e5c815272dc8436f487c3b6ed238d80910f0fde0 (diff) | |
download | rockbox-04ea85fb8897d3981ef687bbb970d31a110f82d8.tar.gz rockbox-04ea85fb8897d3981ef687bbb970d31a110f82d8.zip |
Revert accidental changes from r24723
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@24724 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'firmware/target/arm/s5l8700/app.lds')
-rw-r--r-- | firmware/target/arm/s5l8700/app.lds | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/firmware/target/arm/s5l8700/app.lds b/firmware/target/arm/s5l8700/app.lds index ed47ad5643..e431ee1fd7 100644 --- a/firmware/target/arm/s5l8700/app.lds +++ b/firmware/target/arm/s5l8700/app.lds | |||
@@ -28,7 +28,7 @@ STARTUP(target/arm/s5l8700/crt0.o) | |||
28 | #define DRAMSIZE (DRAM_SIZE - STUBOFFSET - PLUGINSIZE - CODECSIZE) | 28 | #define DRAMSIZE (DRAM_SIZE - STUBOFFSET - PLUGINSIZE - CODECSIZE) |
29 | #define CODECORIG (ENDAUDIOADDR) | 29 | #define CODECORIG (ENDAUDIOADDR) |
30 | #if CONFIG_CPU==S5L8700 | 30 | #if CONFIG_CPU==S5L8700 |
31 | #define IRAMSIZE (128*1024) /* 256KB total - 128KB for core, 128KB for plugins */ | 31 | #define IRAMSIZE (64*1024) /* 128KB total - 64KB for core, 64KB for plugins */ |
32 | #else /* S5L8701 */ | 32 | #else /* S5L8701 */ |
33 | #define IRAMSIZE (96*1024) /* 176KB total - 96KB for core, 80KB for plugins */ | 33 | #define IRAMSIZE (96*1024) /* 176KB total - 96KB for core, 80KB for plugins */ |
34 | #endif | 34 | #endif |
@@ -108,7 +108,7 @@ SECTIONS | |||
108 | stackbegin = .; | 108 | stackbegin = .; |
109 | _stackbegin = .; | 109 | _stackbegin = .; |
110 | #ifdef IPOD_NANO2G | 110 | #ifdef IPOD_NANO2G |
111 | . += 0x2000; | 111 | . += 0x4000; |
112 | #endif | 112 | #endif |
113 | . += 0x2000; | 113 | . += 0x2000; |
114 | stackend = .; | 114 | stackend = .; |