]> code.ossystems Code Review - bsp/u-boot.git/commitdiff
mx6sabre{auto,sd}: Change FDT loading address to avoid overlaping
authorOtavio Salvador <otavio@ossystems.com.br>
Tue, 29 Oct 2013 17:00:24 +0000 (15:00 -0200)
committerOtavio Salvador <otavio@ossystems.com.br>
Tue, 29 Oct 2013 18:28:34 +0000 (16:28 -0200)
The new FSL 3.10.9_1.0.0-alpha kernel requires more memory space and
with the previous loading address we had ovelap; change it for the
same address used in 2013.04-3.10.9_1.0.0-alpha U-Boot.

Tested-by: Daiane Angolini <daiane.angolini@freescale.com>
Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
include/configs/mx6sabre_common.h

index bf6113b2aa1a4e6cc095fee93ccfc17bf70b3c67..cb459532a18ced3a3624db04f70dffcd7e6b82b8 100644 (file)
@@ -82,7 +82,7 @@
        "script=boot.scr\0" \
        "uimage=uImage\0" \
        "fdt_file=" CONFIG_DEFAULT_FDT_FILE "\0" \
-       "fdt_addr=0x11000000\0" \
+       "fdt_addr=0x18000000\0" \
        "boot_fdt=try\0" \
        "ip_dyn=yes\0" \
        "console=" CONFIG_CONSOLE_DEV "\0" \