]> git.baikalelectronics.ru Git - uboot.git/commit
ARM: uniphier: increase CONFIG_SYS_MONITOR_LEN again
authorMasahiro Yamada <yamada.masahiro@socionext.com>
Mon, 10 Sep 2018 03:58:33 +0000 (12:58 +0900)
committerMasahiro Yamada <yamada.masahiro@socionext.com>
Tue, 11 Sep 2018 11:37:16 +0000 (20:37 +0900)
commit0f3babd8413318c2e03c9129429536e76973a2c1
tree06e035d479ae6c7b1589cd012cc74c06a511134c
parentd6f7d7d25ce83f060c0a9d38c1ccd6627c04220e
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>
include/configs/uniphier.h