diff mbox series

[PATHv11,23/43] rcar3_salvator-x_defconfig: increase binary size limit

Message ID 20231127125726.3735-24-maxim.uvarov@linaro.org
State New
Headers show
Series net/lwip: add lwip library for the network stack | expand

Commit Message

Maxim Uvarov Nov. 27, 2023, 12:57 p.m. UTC
aarch64:  +   rcar3_salvator-x
u-boot.img exceeds file size limit:
  limit:  0x100000 bytes
  actual: 0x106d6c bytes
  excess: 0x6d6c bytes

Signed-off-by: Maxim Uvarov <maxim.uvarov@linaro.org>
---
 configs/rcar3_salvator-x_defconfig | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)
diff mbox series

Patch

diff --git a/configs/rcar3_salvator-x_defconfig b/configs/rcar3_salvator-x_defconfig
index e045cf27d3..238d0b3940 100644
--- a/configs/rcar3_salvator-x_defconfig
+++ b/configs/rcar3_salvator-x_defconfig
@@ -10,12 +10,13 @@  CONFIG_DEFAULT_DEVICE_TREE="r8a77950-salvator-x-u-boot"
 CONFIG_SPL_TEXT_BASE=0xe6338000
 CONFIG_RCAR_GEN3=y
 CONFIG_TARGET_SALVATOR_X=y
-CONFIG_SYS_MONITOR_LEN=1048576
+CONFIG_SYS_MONITOR_LEN=1085440
 CONFIG_SPL_STACK=0xe6304000
 CONFIG_SYS_LOAD_ADDR=0x58000000
 CONFIG_PCI=y
 CONFIG_LTO=y
 CONFIG_REMAKE_ELF=y
+CONFIG_BOARD_SIZE_LIMIT=1085440
 CONFIG_SYS_MONITOR_BASE=0x00000000
 CONFIG_FIT=y
 # CONFIG_BOOTSTD is not set