On Thu, Dec 17, 2015 at 05:19:35PM +0900, Masahiro Yamada wrote:

> To boot Linux, we should prevent Initramdisk and FDT from going too
> high.
> 
> Currently, boot_relocate_fdt() checks "fdt_high" environment first,
> and then falls back to getenv_bootm_mapsize() + getenv_bootm_low()
> if "fdt_high" is missing.
> 
> On the other hand, boot_ramdisk_high() only checks "initrd_high" to
> get the address limit for the Initramdisk.  We also want to let this
> case fall back to getenv_bootm_mapsize() + getenv_bootm_low().
> 
> Signed-off-by: Masahiro Yamada <yamada.masah...@socionext.com>

Applied to u-boot/master, thanks!

-- 
Tom

Attachment: signature.asc
Description: Digital signature

_______________________________________________
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.denx.de/mailman/listinfo/u-boot

Reply via email to