From 8fb7a06825eb6bc66508b4060cd150c20e7d62ea Mon Sep 17 00:00:00 2001
From: Julien Grall <julien.grall@linaro.org>
Date: Thu, 10 Apr 2014 18:47:04 +0100
Subject: [PATCH 45/48] HACK: arm: Map 128Mb of memory in the early page table

The DTB can be placed anywhere in the first 128Mb of RAM
---
 sys/arm/arm/locore.S | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys/arm/arm/locore.S b/sys/arm/arm/locore.S
index 11b43fb..4a6ed30 100644
--- a/sys/arm/arm/locore.S
+++ b/sys/arm/arm/locore.S
@@ -213,7 +213,7 @@ Lunmapped:
 	mov	r1, r5
 	mov	r2, r5
 	/* Map 64MiB, preserved over calls to build_pagetables */
-	mov	r3, #64
+	mov	r3, #128
 	bl	build_pagetables
 
 	/* Create the kernel map to jump to */
-- 
2.1.0

