diff options
| author | Tomasz Malesinski <tomal@rockbox.org> | 2006-02-12 23:16:05 +0000 |
|---|---|---|
| committer | Tomasz Malesinski <tomal@rockbox.org> | 2006-02-12 23:16:05 +0000 |
| commit | e7f7c3d15c2eccdc77d866fce6d4fe918567cac1 (patch) | |
| tree | f24e2ec28ee4c64bb143c4ae165f5d296a202370 /apps/plugins/plugin.lds | |
| parent | 6ffd3cfca4d350457ba4e0591e2731f104c35082 (diff) | |
| download | rockbox-e7f7c3d15c2eccdc77d866fce6d4fe918567cac1.zip rockbox-e7f7c3d15c2eccdc77d866fce6d4fe918567cac1.tar.gz rockbox-e7f7c3d15c2eccdc77d866fce6d4fe918567cac1.tar.bz2 rockbox-e7f7c3d15c2eccdc77d866fce6d4fe918567cac1.tar.xz | |
Mapped iFP DRAM to 0xc00000 and enabled caching in this area.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@8668 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'apps/plugins/plugin.lds')
| -rw-r--r-- | apps/plugins/plugin.lds | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/plugins/plugin.lds b/apps/plugins/plugin.lds index 0e1657c..f9c2406 100644 --- a/apps/plugins/plugin.lds +++ b/apps/plugins/plugin.lds @@ -33,7 +33,7 @@ OUTPUT_FORMAT(elf32-sh) #define IRAMORIG 0x4000c000 #define IRAMSIZE 0xc000 #elif CONFIG_CPU == PNX0101 -#define DRAMORIG 0x24000000 +#define DRAMORIG 0xc00000 + STUBOFFSET #define IRAMORIG 0x408000 #define IRAMSIZE 0x8000 #else |