summaryrefslogtreecommitdiff
path: root/apps
diff options
context:
space:
mode:
authorTomasz Malesinski <tomal@rockbox.org>2006-08-12 22:43:44 +0000
committerTomasz Malesinski <tomal@rockbox.org>2006-08-12 22:43:44 +0000
commit4e363525672f6bbfd6512ff55974d7164a8c341d (patch)
tree4633d25f71452462c9775f5da5c5f5a89f003c57 /apps
parent4e5f4ee5e03072d8f470610f8751efcf17ad4f6a (diff)
downloadrockbox-4e363525672f6bbfd6512ff55974d7164a8c341d.tar.gz
rockbox-4e363525672f6bbfd6512ff55974d7164a8c341d.zip
Iriver iFP7xx memory layout adjustment.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@10553 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 eb21dd6eec..484157ac92 100644
--- a/apps/plugins/plugin.lds
+++ b/apps/plugins/plugin.lds
@@ -38,8 +38,8 @@ OUTPUT_FORMAT(elf32-sh)
38#define IRAMSIZE 0xc000 38#define IRAMSIZE 0xc000
39#elif CONFIG_CPU == PNX0101 39#elif CONFIG_CPU == PNX0101
40#define DRAMORIG 0xc00000 + STUBOFFSET 40#define DRAMORIG 0xc00000 + STUBOFFSET
41#define IRAMORIG 0x408000 41#define IRAMORIG 0x407000
42#define IRAMSIZE 0x8000 42#define IRAMSIZE 0x9000
43#else 43#else
44#define DRAMORIG 0x09000000 + STUBOFFSET 44#define DRAMORIG 0x09000000 + STUBOFFSET
45#endif 45#endif