Home
last modified time | relevance | path

Searched hist:"89835 b3557fe33621dd0d911b9a50f1ebf3aee43" (Results 1 – 1 of 1) sorted by relevance

/rk3399_rockchip-uboot/include/configs/
H A Duniphier.h89835b3557fe33621dd0d911b9a50f1ebf3aee43 Fri Dec 18 05:52:32 UTC 2015 Masahiro Yamada <yamada.masahiro@socionext.com> 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>