]> git.ipfire.org Git - people/ms/u-boot.git/commit
ARM: uniphier: set initrd_high environment to skip initrd relocation
authorMasahiro Yamada <yamada.masahiro@socionext.com>
Fri, 27 Jan 2017 21:53:51 +0000 (06:53 +0900)
committerMasahiro Yamada <yamada.masahiro@socionext.com>
Sun, 29 Jan 2017 11:59:08 +0000 (20:59 +0900)
commitc0df1fafd764aa41e1b5762af377c7dea296e600
tree5c1f93d20cbdf3a85846a2a8d215a838d0882eb9
parent99b8517037f212a3cf4bf75ed99fa877fe4e6d9d
ARM: uniphier: set initrd_high environment to skip initrd relocation

The boot_ramdisk_high() checks the environment "initrd_high" and,
if it is set to (ulong)-1, skip the initrd relocation.  This is
useful for faster booting when we know the initrd is already located
within the reach of the kernel.

Change "norboot" to copy images in order to make it work without
depending on the automatic relocation.

Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com>
include/configs/uniphier.h