]> git.ipfire.org Git - people/ms/u-boot.git/commit
ARM: uniphier: add bootm_low environment
authorMasahiro Yamada <yamada.masahiro@socionext.com>
Fri, 8 Jan 2016 17:12:27 +0000 (02:12 +0900)
committerMasahiro Yamada <yamada.masahiro@socionext.com>
Tue, 19 Jan 2016 23:39:32 +0000 (08:39 +0900)
commit25d4eb8091f4c410987c139161d3621e0fb1fbca
treead9e25cf13028a1abd60a64b1981635e4d0cf7d5
parent17bd4a211467c66e63d79ffc35b1e1644152ad14
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>
include/configs/uniphier.h