From: Otavio Salvador Date: Tue, 29 Oct 2013 17:00:24 +0000 (-0200) Subject: mx6sabre{auto,sd}: Change FDT loading address to avoid overlaping X-Git-Url: https://code.ossystems.io/gitweb?a=commitdiff_plain;h=6765f2e13258f1a784399f775f6b26af82e119d2;p=bsp%2Fu-boot.git mx6sabre{auto,sd}: Change FDT loading address to avoid overlaping 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 Signed-off-by: Otavio Salvador --- diff --git a/include/configs/mx6sabre_common.h b/include/configs/mx6sabre_common.h index bf6113b2aa..cb459532a1 100644 --- a/include/configs/mx6sabre_common.h +++ b/include/configs/mx6sabre_common.h @@ -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" \