On Tue, 15 Apr 2025 15:20:27 +0530, Anshul Dalal wrote: > SPL_TEXT_BASE is used as the load address for the main domain SPL on k3 > platforms. > > Since the config value is the same for every board, this patch sets the > value 0x80080000 as default for all 64-bit ARCH_K3, 0x43c00000 as > default for the R5 cores and deletes the instances of SPL_TEXT_BASE in > individual defconfigs. > > [...]
Applied to u-boot/master, thanks! [1/1] configs: set SPL_TEXT_BASE by default for k3 platforms commit: 7d8c3fa26c954f575842d739b4e0b9def4eefae6 -- Tom