diff options
author | Maurus Cuelenaere <mcuelenaere@gmail.com> | 2009-02-26 21:15:40 +0000 |
---|---|---|
committer | Maurus Cuelenaere <mcuelenaere@gmail.com> | 2009-02-26 21:15:40 +0000 |
commit | 38436038a9e50e8314967672fb5e7b9a5009a4be (patch) | |
tree | de8509ed132bbc5a4c039b33950284d525f0485a /apps/plugins/plugin.lds | |
parent | 935fad7fd1bf16477447f0ff9745f5a72e3bfd62 (diff) |
Ingenic Jz4740:
* Add initial RoLo support
* Don't enable IRAM in plugins for now
* Initial try at getting PCM working (doesn't crash anymore at least)
* Replace hard-coded constant with #define in usb-jz4740
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@20115 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 8840805702..ccf60100bf 100644 --- a/apps/plugins/plugin.lds +++ b/apps/plugins/plugin.lds @@ -106,8 +106,8 @@ OUTPUT_FORMAT(elf32-littlemips) #elif CONFIG_CPU == JZ4732 #define DRAMORIG 0x80004000 + STUBOFFSET -#define IRAMORIG 0x80000000 -#define IRAMSIZE 0x4000 +//#define IRAMORIG 0x80000000 +//#define IRAMSIZE 0x4000 #else #define DRAMORIG 0x09000000 + STUBOFFSET #endif |