diff mbox series

[PATHv11,41/43] mach-mtmips: inc SPL size limit

Message ID 20231127125726.3735-42-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 board limit on 0x200 to fit new IP stack.

Signed-off-by: Maxim Uvarov <maxim.uvarov@linaro.org>
---
 arch/mips/mach-mtmips/Kconfig | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
diff mbox series

Patch

diff --git a/arch/mips/mach-mtmips/Kconfig b/arch/mips/mach-mtmips/Kconfig
index 15b2792e61..2f07e3a491 100644
--- a/arch/mips/mach-mtmips/Kconfig
+++ b/arch/mips/mach-mtmips/Kconfig
@@ -37,7 +37,7 @@  config SPL_TEXT_BASE
 	default 0x80100000 if SOC_MT7621
 
 config SPL_SIZE_LIMIT
-	default 0x30000 if SOC_MT7621
+	default 0x30200 if SOC_MT7621
 
 config TPL_TEXT_BASE
 	default 0xbfc00000 if SOC_MT7621