[PATHv11 25/43] configs/turris_omnia_defconfig set limit to 0xf6000

Maxim Uvarov maxim.uvarov at linaro.org
Mon Nov 27 13:57:08 CET 2023


Increase allowed binary size to fit lwip code.
0xf0000 -> 0xf6000

Signed-off-by: Maxim Uvarov <maxim.uvarov at linaro.org>
---
 configs/turris_omnia_defconfig | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/configs/turris_omnia_defconfig b/configs/turris_omnia_defconfig
index 65d4a296e7..afcd4a1eb7 100644
--- a/configs/turris_omnia_defconfig
+++ b/configs/turris_omnia_defconfig
@@ -32,7 +32,7 @@ CONFIG_OF_BOARD_FIXUP=y
 CONFIG_SYS_MEMTEST_START=0x00800000
 CONFIG_SYS_MEMTEST_END=0x00ffffff
 CONFIG_HAS_BOARD_SIZE_LIMIT=y
-CONFIG_BOARD_SIZE_LIMIT=983040
+CONFIG_BOARD_SIZE_LIMIT=1007616
 CONFIG_FIT=y
 CONFIG_FIT_VERBOSE=y
 CONFIG_DISTRO_DEFAULTS=y
-- 
2.30.2



More information about the U-Boot mailing list