
On 21.04.20 13:57, Daniel Schwierzeck wrote:
<snip>
+++ b/arch/mips/mach-mtmips/Kconfig @@ -20,8 +20,18 @@ config SYS_ICACHE_LINE_SIZE default 32 config SYS_TEXT_BASE + default 0x9c000000 if !SPL + default 0x80200000 if SPL
+config SPL_TEXT_BASE default 0x9c000000 +config SPL_LOADER_SUPPORT + default y
on my request this was introduced as generic MIPS symbol with patch 13/26. So maybe it's a left-over and should be removed. Either "config ARCH_MTMIPS" or "config SOC_MT7628" should select this symbol.
Thanks for spotting. Would it be okay to fix this up with an incremental patch once this series is in mainline, to not "pollute" the list more? If no other changes are required of course.
Thanks, Stefan
I could fix it when applying, but I'm not sure about ARCH_MTMIPS or SOC_MT7628
That would be most welcome. Please go with "SOC_MT7628".
Thanks, Stefan