]> git.ipfire.org Git - people/ms/u-boot.git/commit - include/configs/uniphier.h
ARM: uniphier: allow to run zImage rather than uImage
authorMasahiro Yamada <yamada.masahiro@socionext.com>
Fri, 18 Dec 2015 05:52:32 +0000 (14:52 +0900)
committerMasahiro Yamada <yamada.masahiro@socionext.com>
Tue, 22 Dec 2015 15:08:59 +0000 (00:08 +0900)
commit89835b3557fe33621dd0d911b9a50f1ebf3aee43
treed5c6ec3a1b9b4ae629f404e427e09795c6a61593
parente90b36862888055c4cbb3b9f964d106aaf0ef5c8
ARM: uniphier: allow to run zImage rather than uImage

UniPhier SoC family adopt ARM Multi-platform in Linux since the first
upstreaming.  Because CONFIG_ARM_PATCH_PHYS_VIRT is defined, the
kernel image is completely position-independent.  There is no reason
to decide the load address on compile time, but it is up to the boot
loader.  Now, zImage is handier than uImage, also it allows to skip
the relocation of the kernel image.

Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com>
include/configs/uniphier.h