From: Tim Harvey Date: Wed, 8 Apr 2015 19:54:40 +0000 (-0700) Subject: imx: ventana: config: Support ramdisk X-Git-Tag: v2015.07-rc1~63^2~36 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=8cc25eb8779697e5c9492d0d2cac297a6e6be4f4;p=u-boot imx: ventana: config: Support ramdisk Set the initrd_high env so that ramdisk range can be properly set. See commit 7e9603e and README Signed-off-by: Tim Harvey --- diff --git a/include/configs/gw_ventana.h b/include/configs/gw_ventana.h index 3958ba75ac..658f574973 100644 --- a/include/configs/gw_ventana.h +++ b/include/configs/gw_ventana.h @@ -333,6 +333,7 @@ \ "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}; " \