[U-Boot] [PATCH] edminiv2: move U-boot at top of RAM

Albert Aribaud albert.aribaud at free.fr
Sat Sep 4 09:42:18 CEST 2010


This makes the first 63 megabytes of RAM free to use
for loading images and booting kernels however big they are.

Signed-off-by: Albert Aribaud <albert.aribaud at free.fr>
---
 board/LaCie/edminiv2/config.mk |    4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

diff --git a/board/LaCie/edminiv2/config.mk b/board/LaCie/edminiv2/config.mk
index 3dec1aa..a972736 100644
--- a/board/LaCie/edminiv2/config.mk
+++ b/board/LaCie/edminiv2/config.mk
@@ -24,4 +24,6 @@
 # MA 02110-1301 USA
 #
 
-TEXT_BASE = 0x00100000
+# Leave lower 63 MB of RAM available for linux images and kernel
+
+TEXT_BASE = 0x03f00000
-- 
1.7.0.4



More information about the U-Boot mailing list