From: Sjoerd Simons Date: Fri, 18 Sep 2015 21:49:11 +0000 (+0200) Subject: rockchip: Also load the initrd below 512M X-Git-Tag: v2016.01-rc2~72 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=9550e799e5c982c7cc3ec8bbfb24cdfde8dc747d;p=u-boot rockchip: Also load the initrd below 512M Similar to load an fdt, when loading an initrd about the 512Mb mark things seem to break. For now force loading below 512Mb until the reason why this fails has been determined/solved. Signed-off-by: Sjoerd Simons Acked-by: Simon Glass --- diff --git a/include/configs/rk3288_common.h b/include/configs/rk3288_common.h index 4f30fcef37..56f72a9773 100644 --- a/include/configs/rk3288_common.h +++ b/include/configs/rk3288_common.h @@ -108,6 +108,7 @@ * limit the fdt reallocation to that */ #define CONFIG_EXTRA_ENV_SETTINGS \ "fdt_high=0x1fffffff\0" \ + "initrd_high=0x1fffffff\0" \ ENV_MEM_LAYOUT_SETTINGS \ BOOTENV #endif