summaryrefslogtreecommitdiff
path: root/firmware/target/arm/imx233/boot.lds
diff options
context:
space:
mode:
authorAmaury Pouly <pamaury@rockbox.org>2011-07-23 13:48:01 +0000
committerAmaury Pouly <pamaury@rockbox.org>2011-07-23 13:48:01 +0000
commitfa0f17d9b0a418e165dcebe449c7b3d8b3f7148f (patch)
tree3002dcc55a92b8b3488357f5b3d1004eef055929 /firmware/target/arm/imx233/boot.lds
parenteb90d956935019f577311ebc7aec3a7898d76019 (diff)
downloadrockbox-fa0f17d9b0a418e165dcebe449c7b3d8b3f7148f.tar.gz
rockbox-fa0f17d9b0a418e165dcebe449c7b3d8b3f7148f.zip
imx233/fuze+: move page table to dram
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@30201 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'firmware/target/arm/imx233/boot.lds')
-rw-r--r--firmware/target/arm/imx233/boot.lds4
1 files changed, 2 insertions, 2 deletions
diff --git a/firmware/target/arm/imx233/boot.lds b/firmware/target/arm/imx233/boot.lds
index 0a8f0ed8f8..8e4f2016df 100644
--- a/firmware/target/arm/imx233/boot.lds
+++ b/firmware/target/arm/imx233/boot.lds
@@ -8,8 +8,8 @@ STARTUP(target/arm/imx233/crt0.o)
8 8
9MEMORY 9MEMORY
10{ 10{
11 IRAM : ORIGIN = IRAM_ORIG, LENGTH = IRAM_SIZE - TTB_SIZE 11 IRAM : ORIGIN = IRAM_ORIG, LENGTH = IRAM_SIZE
12 DRAM : ORIGIN = DRAM_ORIG, LENGTH = DRAM_SIZE - FRAME_SIZE 12 DRAM : ORIGIN = DRAM_ORIG, LENGTH = DRAM_SIZE - TTB_SIZE - FRAME_SIZE
13} 13}
14 14
15SECTIONS 15SECTIONS