]> git.kernelconcepts.de Git - karo-tx-uboot.git/commitdiff
imx: ventana: config: Support ramdisk
authorTim Harvey <tharvey@gateworks.com>
Wed, 8 Apr 2015 19:54:40 +0000 (12:54 -0700)
committerLothar Waßmann <LW@KARO-electronics.de>
Tue, 1 Sep 2015 12:42:48 +0000 (14:42 +0200)
Set the initrd_high env so that ramdisk range can be properly set.

See commit 7e9603e and README

Signed-off-by: Tim Harvey <tharvey@gateworks.com>
include/configs/gw_ventana.h

index f9a22d0470c57ede3a0e299c382d19ef25dc4273..0a984a7bcc865c60a32a506873d9cf38ff29cecf 100644 (file)
        \
        "fdt_high=0xffffffff\0" \
        "fdt_addr=0x18000000\0" \
+       "initrd_high=0xffffffff\0" \
        "loadfdt=" \
                "if ${fsload} ${fdt_addr} boot/${fdt_file}; then " \
                        "echo Loaded DTB from boot/${fdt_file}; " \