commit | fe1a2cf9e4e9d6ad771fd6aaf4b6daf8659f8151 | [log] [tgz] |
---|---|---|
author | Masahiro Yamada <yamada.masahiro@socionext.com> | Sat Jan 09 02:12:26 2016 +0900 |
committer | Masahiro Yamada <yamada.masahiro@socionext.com> | Wed Jan 20 08:39:22 2016 +0900 |
tree | c571a4ad9f87a5800da5b84445efd1cd4c351cc2 | |
parent | 223f74dc581494eb62793ec4dba3fbac8f1f8a2d [diff] |
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 <yamada.masahiro@socionext.com>