Home
last modified time | relevance | path

Searched hist:"90 a6e929881caf4a74015c8e8f2279ee0a7b3804" (Results 1 – 1 of 1) sorted by relevance

/rk3399_rockchip-uboot/include/configs/
H A Duniphier.h90a6e929881caf4a74015c8e8f2279ee0a7b3804 Thu Jan 21 05:56:06 UTC 2016 Masahiro Yamada <yamada.masahiro@socionext.com> ARM: uniphier: fix NOR boot command

Commit 89835b3557fe ("ARM: uniphier: allow to run zImage rather than
uImage") changed the kernel boot commands. Unlike "bootm", "bootz"
does not relocate the kernel image. When the boot device is a NOR
flash, the zImage should be copied from the NOR onto the DRAM before
it is passed to the "bootz" command.

Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com>