mirror of
https://github.com/Rockbox/rockbox.git
synced 2025-10-13 10:07:38 -04:00
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
This commit is contained in:
parent
6ffd3cfca4
commit
e7f7c3d15c
5 changed files with 30 additions and 6 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue