]> git.baikalelectronics.ru Git - uboot.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)
commit088015a0e0a8952bae77fb4f5ec4869343196b8b
tree5c1f93d20cbdf3a85846a2a8d215a838d0882eb9
parent97c6d2789c431f2d695ef286c817b6d4b9527c80
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