Home
last modified time | relevance | path

Searched hist:c0df1fafd764aa41e1b5762af377c7dea296e600 (Results 1 – 1 of 1) sorted by relevance

/rk3399_rockchip-uboot/include/configs/
H A Duniphier.hc0df1fafd764aa41e1b5762af377c7dea296e600 Fri Jan 27 21:53:51 UTC 2017 Masahiro Yamada <yamada.masahiro@socionext.com> 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>