]> xenbits.xensource.com Git - people/julieng/freebsd.git/commitdiff
arm/fdt: WORKAROUND map 128Mib in order to preserve the FDT
authorJulien Grall <julien.grall@linaro.org>
Sat, 28 Mar 2015 19:58:31 +0000 (19:58 +0000)
committerJulien Grall <julien.grall@citrix.com>
Mon, 5 Oct 2015 17:56:03 +0000 (18:56 +0100)
sys/arm/arm/locore-v6.S

index ea1ed9834b00d4f2f8854ac3e2721f807dc9c67c..5317ce98c3ccb24746b383bc294eca3f306b1f2a 100644 (file)
@@ -174,7 +174,7 @@ start:
        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 */