commit | 9e81697c6eb69d03fec2944cc532fb7b246b1593 | [log] [tgz] |
---|---|---|
author | Masahiro Yamada <yamada.masahiro@socionext.com> | Thu Jan 21 14:56:06 2016 +0900 |
committer | Masahiro Yamada <yamada.masahiro@socionext.com> | Sun Feb 14 16:36:12 2016 +0900 |
tree | ab8a946367732bcfad2493020f43d1f5fc1fb510 | |
parent | f4a63c90fda600626f83ff2e954f872e2b25ff7c [diff] |
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>