summaryrefslogtreecommitdiff
path: root/firmware/target/arm/imx31/app.lds
diff options
context:
space:
mode:
Diffstat (limited to 'firmware/target/arm/imx31/app.lds')
-rw-r--r--firmware/target/arm/imx31/app.lds3
1 files changed, 2 insertions, 1 deletions
diff --git a/firmware/target/arm/imx31/app.lds b/firmware/target/arm/imx31/app.lds
index 80123fee9d..4ab4665062 100644
--- a/firmware/target/arm/imx31/app.lds
+++ b/firmware/target/arm/imx31/app.lds
@@ -34,7 +34,8 @@ STARTUP(target/arm/imx31/crt0.o)
34MEMORY 34MEMORY
35{ 35{
36 DRAM : ORIGIN = DRAMORIG, LENGTH = DRAMSIZE 36 DRAM : ORIGIN = DRAMORIG, LENGTH = DRAMSIZE
37 DEVBSS : ORIGIN = 0x80100000 + FRAME_SIZE, LENGTH = 0x100000 - FRAME_SIZE - TTB_SIZE 37 DEVBSS : ORIGIN = CSD0_BASE_ADDR + (MEMORYSIZE * 0x100000 - 0x100000), \
38 LENGTH = 0x100000 - FRAME_SIZE - TTB_SIZE
38} 39}
39 40
40SECTIONS 41SECTIONS