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 /gdb/linker.cfg | |
parent | 6ffd3cfca4d350457ba4e0591e2731f104c35082 (diff) |
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 'gdb/linker.cfg')
-rw-r--r-- | gdb/linker.cfg | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gdb/linker.cfg b/gdb/linker.cfg index 46ec779817..af604e0379 100644 --- a/gdb/linker.cfg +++ b/gdb/linker.cfg @@ -13,8 +13,8 @@ OUTPUT_FORMAT(elf32-sh) MEMORY { IRAM : ORIGIN = 0, LENGTH = 0x10000 - DRAM : ORIGIN = 0x24000000, LENGTH = 0x6000 - DRAM_API : ORIGIN = 0x24006000, LENGTH = 0x100 + DRAM : ORIGIN = 0xc00000, LENGTH = 0x6000 + DRAM_API : ORIGIN = 0xc06000, LENGTH = 0x100 } SECTIONS |