Re: CONFIG_SPL_SKIP_RELOCATE in non-SPL build

2023-10-19 Thread Tom Rini
On Thu, Oct 19, 2023 at 03:30:25PM +0200, Martin Fäcknitz wrote: > Hello, > > The patch > Convert CONFIG_SPL_INIT_MINIMAL et al to Kconfig > (b35316fb67cb7aeaf022032ce078135251372f39) > > changes the behaviour for non-SPL builds when relocating code. The patch > sets the CONFIG_SPL_SKIP_RELOC

CONFIG_SPL_SKIP_RELOCATE in non-SPL build

2023-10-19 Thread Martin Fäcknitz
Hello, The patch Convert CONFIG_SPL_INIT_MINIMAL et al to Kconfig (b35316fb67cb7aeaf022032ce078135251372f39) changes the behaviour for non-SPL builds when relocating code. The patch sets the CONFIG_SPL_SKIP_RELOCATE option in a few freescale boards, e.g. T1024RDB_SDCARD_defconfig. Before, CO