Skip to content
Snippets Groups Projects
Commit 89835b35 authored by Masahiro Yamada's avatar Masahiro Yamada
Browse files

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: default avatarMasahiro Yamada <yamada.masahiro@socionext.com>
parent e90b3686
No related branches found
No related tags found
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment