
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 trini@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 sjg@chromium.org Signed-off-by: Tom Rini trini@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 sjg@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.