[PATHv11 41/43] mach-mtmips: inc SPL size limit
Maxim Uvarov
maxim.uvarov at linaro.org
Mon Nov 27 13:57:24 CET 2023
Increase board limit on 0x200 to fit new IP stack.
Signed-off-by: Maxim Uvarov <maxim.uvarov at linaro.org>
---
arch/mips/mach-mtmips/Kconfig | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
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
--
2.30.2
More information about the U-Boot
mailing list