
27 Nov
2023
27 Nov
'23
1:57 p.m.
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 --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