summaryrefslogtreecommitdiffstats
path: root/bsps/arm/realview-pbx-a9/start/linkcmds.realview_pbx_a9_qemu
diff options
context:
space:
mode:
Diffstat (limited to 'bsps/arm/realview-pbx-a9/start/linkcmds.realview_pbx_a9_qemu')
-rw-r--r--bsps/arm/realview-pbx-a9/start/linkcmds.realview_pbx_a9_qemu4
1 files changed, 2 insertions, 2 deletions
diff --git a/bsps/arm/realview-pbx-a9/start/linkcmds.realview_pbx_a9_qemu b/bsps/arm/realview-pbx-a9/start/linkcmds.realview_pbx_a9_qemu
index 00d8bba972..3bf5b4f161 100644
--- a/bsps/arm/realview-pbx-a9/start/linkcmds.realview_pbx_a9_qemu
+++ b/bsps/arm/realview-pbx-a9/start/linkcmds.realview_pbx_a9_qemu
@@ -1,7 +1,7 @@
MEMORY {
/* Waste the first 1MiB for NULL pointer protection */
- RAM : ORIGIN = 0x00100000, LENGTH = 255M - 16k
- RAM_MMU : ORIGIN = 0x0fffc000, LENGTH = 16k
+ RAM : ORIGIN = 0x00100000, LENGTH = 0x0fafc000
+ RAM_MMU : ORIGIN = 0x0fbfc000, LENGTH = 0x404000
}
REGION_ALIAS ("REGION_START", RAM);