Home
last modified time | relevance | path

Searched hist:"25 d4eb8091f4c410987c139161d3621e0fb1fbca" (Results 1 – 1 of 1) sorted by relevance

/rk3399_rockchip-uboot/include/configs/
H A Duniphier.h25d4eb8091f4c410987c139161d3621e0fb1fbca Fri Jan 08 17:12:27 UTC 2016 Masahiro Yamada <yamada.masahiro@socionext.com> ARM: uniphier: add bootm_low environment

The load address of the kernel can be changed via "kernel_addr_r"
environment. The device tree and the initramdisk should be relocated
according to the kernel location.

The "bootm_low" should be calculated by masking the lower bits
(TEXT_OFFSET part) of the "kernel_addr_r" environment value.

Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com>