diff options
| author | Maurus Cuelenaere <mcuelenaere@gmail.com> | 2010-01-03 16:34:56 +0000 |
|---|---|---|
| committer | Maurus Cuelenaere <mcuelenaere@gmail.com> | 2010-01-03 16:34:56 +0000 |
| commit | 6acbff46734eb25d2b0c75901fff75c94a8fd0df (patch) | |
| tree | 54b0936a20f13905dfa03af1058e8f6eadcf1f0e /apps/plugins | |
| parent | d3bbe51629212e770b30c701bef1b583b8deae88 (diff) | |
| download | rockbox-6acbff46734eb25d2b0c75901fff75c94a8fd0df.zip rockbox-6acbff46734eb25d2b0c75901fff75c94a8fd0df.tar.gz rockbox-6acbff46734eb25d2b0c75901fff75c94a8fd0df.tar.bz2 rockbox-6acbff46734eb25d2b0c75901fff75c94a8fd0df.tar.xz | |
Onda VX747/VX777: cleanup linker files a bit
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@24169 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'apps/plugins')
| -rw-r--r-- | apps/plugins/plugin.lds | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/apps/plugins/plugin.lds b/apps/plugins/plugin.lds index fcfbf3b..fe38b64 100644 --- a/apps/plugins/plugin.lds +++ b/apps/plugins/plugin.lds @@ -153,6 +153,7 @@ OUTPUT_FORMAT(elf32-littlemips) #elif CONFIG_CPU == JZ4732 #define DRAMORIG 0x80004000 + STUBOFFSET #define IRAM DRAM +#define IRAMSIZE 0 /* The bit of IRAM that is available is used in the core */ #else #define DRAMORIG 0x09000000 + STUBOFFSET |