Hi Tom, On Tue, 8 Feb 2022 at 10:53, Tom Rini <tr...@konsulko.com> wrote: > > On Tue, Feb 08, 2022 at 10:22:34AM -0500, Tom Rini wrote: > > On Tue, Feb 08, 2022 at 08:13:33AM -0700, Simon Glass wrote: > > > Hi Tom, > > > > > > On Mon, 31 Jan 2022 at 17:03, Tom Rini <tr...@konsulko.com> wrote: > > > > > > > > The use of CONFIG_SPL_FIT_GENERATOR is deprecated and should not be > > > > used. Start by changing the current default option from enabled to only > > > > enabled for the platforms still using it. > > > > > > > > Cc: Simon Glass <s...@chromium.org> > > > > Signed-off-by: Tom Rini <tr...@konsulko.com> > > > > --- > > > > This change completes the migration for a number of platforms that were > > > > tripping the warning before but not actually using a generator. > > > > --- > > > > boot/Kconfig | 2 +- > > > > 1 file changed, 1 insertion(+), 1 deletion(-) > > > > > > Reviewed-by: Simon Glass <s...@chromium.org> > > > > > > This landed in spam so I missed it. I have a similar patch in my > > > series if I ever get time to finish it. But we can deal with any > > > conflict later. > > > > OK. Now that the first iMX PR has come through I _think_ the implicitly > > depended on binman patches there have come in and so this patch won't > > break anything. I'll pick this up soon along with other Kconfig > > migration/etc patches in the next day or two. > > So, I was wrong. There's still: > configs/cgtqmx8_defconfig > configs/imx8mm-icore-mx8mm-ctouch2_defconfig > configs/imx8mm-icore-mx8mm-edimm2.2_defconfig > configs/imx8qm_rom7720_a1_4G_defconfig > that need migration and only the last of which has a patch that I see > right now: > https://patchwork.ozlabs.org/project/uboot/patch/20220126155204.25099-1-oliver.gra...@kococonnector.com/ > but I assume the other 3 could be done fairly quickly.
See the cover letter for the series I just sent for another one that is hidden in a Makefile. My series disables the IMX8 stuff which might be good enough since it is easy to migrate. Regards, Simon