From 913c5d16f7b899e90a39676a98c165869235d0fb Mon Sep 17 00:00:00 2001 From: Dietmar Eggemann Date: Thu, 17 May 2012 11:30:46 +0100 Subject: 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 --- bootwrapper/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- cgit v1.2.3