diff options
| author | Tomasz Malesinski <tomal@rockbox.org> | 2006-08-12 22:43:44 +0000 |
|---|---|---|
| committer | Tomasz Malesinski <tomal@rockbox.org> | 2006-08-12 22:43:44 +0000 |
| commit | 4e363525672f6bbfd6512ff55974d7164a8c341d (patch) | |
| tree | 4633d25f71452462c9775f5da5c5f5a89f003c57 /apps | |
| parent | 4e5f4ee5e03072d8f470610f8751efcf17ad4f6a (diff) | |
| download | rockbox-4e363525672f6bbfd6512ff55974d7164a8c341d.zip rockbox-4e363525672f6bbfd6512ff55974d7164a8c341d.tar.gz rockbox-4e363525672f6bbfd6512ff55974d7164a8c341d.tar.bz2 rockbox-4e363525672f6bbfd6512ff55974d7164a8c341d.tar.xz | |
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.lds | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/apps/plugins/plugin.lds b/apps/plugins/plugin.lds index eb21dd6..484157a 100644 --- a/apps/plugins/plugin.lds +++ b/apps/plugins/plugin.lds @@ -38,8 +38,8 @@ OUTPUT_FORMAT(elf32-sh) #define IRAMSIZE 0xc000 #elif CONFIG_CPU == PNX0101 #define DRAMORIG 0xc00000 + STUBOFFSET -#define IRAMORIG 0x408000 -#define IRAMSIZE 0x8000 +#define IRAMORIG 0x407000 +#define IRAMSIZE 0x9000 #else #define DRAMORIG 0x09000000 + STUBOFFSET #endif |