mirror of
https://github.com/Rockbox/rockbox.git
synced 2025-11-09 13:12:37 -05:00
imx233/fuze+: prepare target to enable MMU
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@30199 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
3f8bf5e041
commit
06c94740e5
4 changed files with 35 additions and 16 deletions
|
|
@ -8,8 +8,8 @@ STARTUP(target/arm/imx233/crt0.o)
|
|||
|
||||
MEMORY
|
||||
{
|
||||
IRAM : ORIGIN = IRAM_ORIG, LENGTH = IRAM_SIZE
|
||||
DRAM : ORIGIN = DRAM_ORIG, LENGTH = DRAM_SIZE - TTB_SIZE
|
||||
IRAM : ORIGIN = IRAM_ORIG, LENGTH = IRAM_SIZE - TTB_SIZE
|
||||
DRAM : ORIGIN = DRAM_ORIG, LENGTH = DRAM_SIZE - FRAME_SIZE
|
||||
}
|
||||
|
||||
SECTIONS
|
||||
|
|
@ -30,7 +30,7 @@ SECTIONS
|
|||
{
|
||||
_iramstart = .; // always 0
|
||||
*(.vectors)
|
||||
KEEP(*(.vectors));// otherwise there are no reference to it and the linker strip it
|
||||
KEEP(*(.vectors));// otherwise there are no references to it and the linker strip it
|
||||
*(.icode)
|
||||
*(.irodata)
|
||||
*(.idata)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue