]> code.ossystems Code Review - bsp/u-boot.git/commitdiff
mx6sl: Adjust fdt_addr to avoid address overlapping
authorFabio Estevam <fabio.estevam@freescale.com>
Wed, 22 Jan 2014 14:23:32 +0000 (12:23 -0200)
committerOtavio Salvador <otavio@ossystems.com.br>
Mon, 3 Mar 2014 21:43:45 +0000 (18:43 -0300)
Similarly as it was done on commit 6584a1b526 (ARM: mx6: Change the FDT loading
address to avoid overlaping), we need to adjust the fdt_addr in order to be
able to boot FSL 3.10 kernel.

Signed-off-by: Fabio Estevam <fabio.estevam@freescale.com>
include/configs/mx6slevk.h

index b29f78cc2cea25f4a7f55d2be6c0382dd8abc9bf..db5607c9441fb602e56e97d76d749c1ef50189df 100644 (file)
@@ -81,7 +81,7 @@
        "fdt_high=0xffffffff\0" \
        "initrd_high=0xffffffff\0" \
        "fdt_file=imx6sl-evk.dtb\0" \
-       "fdt_addr=0x81000000\0" \
+       "fdt_addr=0x88000000\0" \
        "boot_fdt=try\0" \
        "ip_dyn=yes\0" \
        "mmcdev=0\0" \