commit | 1a4bd3a095b2680b0012b3b62c5d89e6731747fc | [log] [tgz] |
---|---|---|
author | Masahiro Yamada <yamada.masahiro@socionext.com> | Mon Sep 10 12:58:33 2018 +0900 |
committer | Masahiro Yamada <yamada.masahiro@socionext.com> | Tue Sep 11 20:37:16 2018 +0900 |
tree | 06e035d479ae6c7b1589cd012cc74c06a511134c | |
parent | 33aae6b5ed54168b763f60021ef38423e45f72ca [diff] |
ARM: uniphier: increase CONFIG_SYS_MONITOR_LEN again With the migration to distro-boot, the size of the U-Boot proper image for uniphier_v7_defconfig exceeded the current limit, 576KB. Increase it to 832KB. CONFIG_SYS_UBOOT_BASE must be moved as well to avoid the image over-wrap because the boot ROM of Pro4, Pro5, PXs2/LD6b loads the SPL to the physical address 0x100000. Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com>