]> git.dujemihanovic.xyz Git - u-boot.git/commitdiff
mx6cuboxi: don't disable fdt relocation
authorBaruch Siach <baruch@tkos.co.il>
Tue, 4 Feb 2020 16:57:08 +0000 (18:57 +0200)
committerStefano Babic <sbabic@denx.de>
Mon, 9 Mar 2020 14:06:09 +0000 (15:06 +0100)
fdt_high value of 0xffffffff disables fdt relocation on boot. We don't
need that for Cubox-i/Hummingboard. Rely on generic code to find the
optimal fdt location at boot time.

Signed-off-by: Baruch Siach <baruch@tkos.co.il>
include/configs/mx6cuboxi.h

index 6d47e28fc72b43dec058d4328be9ca56a6f1414f..a6690367f8c5fc59238978db697c935ae1b83cee 100644 (file)
@@ -66,7 +66,6 @@
        "ramdisk_addr_r=0x13000000\0" \
        "ramdiskaddr=0x13000000\0" \
        "initrd_high=0xffffffff\0" \
-       "fdt_high=0xffffffff\0" \
        "ip_dyn=yes\0" \
        "console=" CONSOLE_DEV ",115200\0" \
        "bootm_size=0x10000000\0" \