diff mbox series

[PATHv11,37/43] configs/rcar3_ulcb_defconfig: increase size

Message ID 20231127125726.3735-38-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
Increase allowed binary size to fit lwip code.
u-boot.img exceeds file size limit:
  limit:  0x100000 bytes
  actual: 0x106c41 bytes
  excess: 0x6c41 bytes

Signed-off-by: Maxim Uvarov <maxim.uvarov@linaro.org>
---
 configs/rcar3_ulcb_defconfig | 1 +
 1 file changed, 1 insertion(+)
diff mbox series

Patch

diff --git a/configs/rcar3_ulcb_defconfig b/configs/rcar3_ulcb_defconfig
index acbc3147ce..9c3ecf40c6 100644
--- a/configs/rcar3_ulcb_defconfig
+++ b/configs/rcar3_ulcb_defconfig
@@ -112,3 +112,4 @@  CONFIG_USB_XHCI_HCD=y
 CONFIG_USB_EHCI_HCD=y
 CONFIG_USB_EHCI_GENERIC=y
 CONFIG_USB_STORAGE=y
+CONFIG_BOARD_SIZE_LIMIT=1081344