diff options
| author | Maurus Cuelenaere <mcuelenaere@gmail.com> | 2009-07-30 17:07:39 +0000 |
|---|---|---|
| committer | Maurus Cuelenaere <mcuelenaere@gmail.com> | 2009-07-30 17:07:39 +0000 |
| commit | a616f49f04cef85545d8ec54e9297aadf52502e6 (patch) | |
| tree | 806c3ec0d710e3d8521f6c8690e72717171077c2 /apps/plugins/plugin.lds | |
| parent | aafbc559bbf17f8a8a8aa3381652272e5ddaa8ec (diff) | |
| download | rockbox-a616f49f04cef85545d8ec54e9297aadf52502e6.zip rockbox-a616f49f04cef85545d8ec54e9297aadf52502e6.tar.gz rockbox-a616f49f04cef85545d8ec54e9297aadf52502e6.tar.bz2 rockbox-a616f49f04cef85545d8ec54e9297aadf52502e6.tar.xz | |
Ingenic Jz4740 targets: don't use IRAM in plugins as there's almost none available
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@22089 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 a3e22e7..70bc3e0 100644 --- a/apps/plugins/plugin.lds +++ b/apps/plugins/plugin.lds @@ -138,8 +138,8 @@ OUTPUT_FORMAT(elf32-littlemips) #elif CONFIG_CPU == JZ4732 #define DRAMORIG 0x80004000 + STUBOFFSET -//#define IRAMORIG 0x80000000 -//#define IRAMSIZE 0x4000 +#define IRAM DRAM +/* The bit of IRAM that is available is used in the core */ #else #define DRAMORIG 0x09000000 + STUBOFFSET #endif |