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 /apps/plugins/plugin.lds | |
| parent | e5c815272dc8436f487c3b6ed238d80910f0fde0 (diff) | |
| download | rockbox-04ea85fb8897d3981ef687bbb970d31a110f82d8.zip rockbox-04ea85fb8897d3981ef687bbb970d31a110f82d8.tar.gz rockbox-04ea85fb8897d3981ef687bbb970d31a110f82d8.tar.bz2 rockbox-04ea85fb8897d3981ef687bbb970d31a110f82d8.tar.xz | |
Revert accidental changes from r24723
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@24724 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'apps/plugins/plugin.lds')
| -rw-r--r-- | apps/plugins/plugin.lds | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/apps/plugins/plugin.lds b/apps/plugins/plugin.lds index 436f8b4..fe38b64 100644 --- a/apps/plugins/plugin.lds +++ b/apps/plugins/plugin.lds @@ -142,8 +142,8 @@ OUTPUT_FORMAT(elf32-littlemips) #elif CONFIG_CPU==S5L8700 #define DRAMORIG 0x08000000 -#define IRAMORIG (0x00000000 + (128*1024)) -#define IRAMSIZE (128*1024) +#define IRAMORIG (0x00000000 + (64*1024)) +#define IRAMSIZE (64*1024) #elif CONFIG_CPU==S5L8701 #define DRAMORIG 0x08000000 |