On Fri, 25 Oct 2024, Tom Rini wrote: > diff --git a/boot/Kconfig b/boot/Kconfig > index b9287c606856..ba77130449a3 100644 > --- a/boot/Kconfig > +++ b/boot/Kconfig > @@ -234,7 +234,7 @@ config SPL_LOAD_FIT_ADDRESS > hex "load address of fit image" > depends on SPL_LOAD_FIT > default 0x44000000 if ARCH_IMX8M > - default 0x0 > + default SYS_LOAD_ADDR
This seems unrelated, are you sure? Maciej

