summaryrefslogtreecommitdiff
path: root/apps
diff options
context:
space:
mode:
authorMaurus Cuelenaere <mcuelenaere@gmail.com>2009-07-30 17:07:39 +0000
committerMaurus Cuelenaere <mcuelenaere@gmail.com>2009-07-30 17:07:39 +0000
commita616f49f04cef85545d8ec54e9297aadf52502e6 (patch)
tree806c3ec0d710e3d8521f6c8690e72717171077c2 /apps
parentaafbc559bbf17f8a8a8aa3381652272e5ddaa8ec (diff)
downloadrockbox-a616f49f04cef85545d8ec54e9297aadf52502e6.tar.gz
rockbox-a616f49f04cef85545d8ec54e9297aadf52502e6.zip
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')
-rw-r--r--apps/plugins/plugin.lds4
1 files changed, 2 insertions, 2 deletions
diff --git a/apps/plugins/plugin.lds b/apps/plugins/plugin.lds
index a3e22e7832..70bc3e06c4 100644
--- a/apps/plugins/plugin.lds
+++ b/apps/plugins/plugin.lds
@@ -138,8 +138,8 @@ OUTPUT_FORMAT(elf32-littlemips)
138 138
139#elif CONFIG_CPU == JZ4732 139#elif CONFIG_CPU == JZ4732
140#define DRAMORIG 0x80004000 + STUBOFFSET 140#define DRAMORIG 0x80004000 + STUBOFFSET
141//#define IRAMORIG 0x80000000 141#define IRAM DRAM
142//#define IRAMSIZE 0x4000 142/* The bit of IRAM that is available is used in the core */
143#else 143#else
144#define DRAMORIG 0x09000000 + STUBOFFSET 144#define DRAMORIG 0x09000000 + STUBOFFSET
145#endif 145#endif