]> Git Repo - u-boot.git/commit
ARM: uniphier: define CONFIG_SYS_BOOTMAPSZ
authorMasahiro Yamada <[email protected]>
Fri, 8 Jan 2016 17:12:26 +0000 (02:12 +0900)
committerMasahiro Yamada <[email protected]>
Tue, 19 Jan 2016 23:39:22 +0000 (08:39 +0900)
commit17bd4a211467c66e63d79ffc35b1e1644152ad14
treec571a4ad9f87a5800da5b84445efd1cd4c351cc2
parent3ed2ece5e162b104cd3ea3788cae841ecd24408f
ARM: uniphier: define CONFIG_SYS_BOOTMAPSZ

U-Boot relocates the device tree and the initramdisk to the tail
of the memory region before booting the kernel.

Some UniPhier boards are equipped with a large amount of memory.
For those boards, the device tree and the initramdisk are placed out
of the the kernel causing a kernel panic.

Add CONFIG_SYS_BOOTMAPSZ to prevent them from going too high.

Signed-off-by: Masahiro Yamada <[email protected]>
include/configs/uniphier.h
This page took 0.033827 seconds and 4 git commands to generate.