summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDietmar Eggemann <dietmar.eggemann@arm.com>2012-05-17 11:30:46 +0100
committerDietmar Eggemann <dietmar.eggemann@arm.com>2012-05-23 12:44:36 +0100
commit913c5d16f7b899e90a39676a98c165869235d0fb (patch)
treeaf4fa413273f3f271e05f281c9f24c2e096090da
parentb01a51f1f4d2de9e350e1d4f82adf05f1233051e (diff)
Change the start address of the root filesystem in the Virtualizer memory map.
The Virtualizer allows to incorporate a root filesytem up to a size of 32M (0x2000000) by default. The upper limit of the FILESYSTEM section is $(HIBASE)00000. The start address of the FILESYSTEM section FSADDR has to be set to 0x8df00000 ($(HIBASE)00000 - 0x2000000). Signed-off-by: Dietmar Eggemann <dietmar.eggemann@arm.com>
-rw-r--r--bootwrapper/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/bootwrapper/Makefile b/bootwrapper/Makefile
index 90cc975..d212c41 100644
--- a/bootwrapper/Makefile
+++ b/bootwrapper/Makefile
@@ -43,7 +43,7 @@ KERNADDR?=$(LOBASE)08000
VECTBASE?=$(LOBASE)
# Set the megabyte that the BIOS code will execute at
HIBASE?=0x8FF
-FSADDR?=0x8e400000
+FSADDR?=0x8df00000
DEBUG=TRUE
# BOOT_CLUSTER is also defined in big-little/Makefile!
BOOT_CLUSTER?=0