]> git.ipfire.org Git - people/ms/u-boot.git/commit
ARM: uniphier: fix NOR boot command
authorMasahiro Yamada <yamada.masahiro@socionext.com>
Thu, 21 Jan 2016 05:56:06 +0000 (14:56 +0900)
committerMasahiro Yamada <yamada.masahiro@socionext.com>
Sun, 14 Feb 2016 07:36:12 +0000 (16:36 +0900)
commit90a6e929881caf4a74015c8e8f2279ee0a7b3804
treeab8a946367732bcfad2493020f43d1f5fc1fb510
parent9ef2835f26652092a61b0cb0551ef4f36be27946
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>
include/configs/uniphier.h