[PATCH v9 14/14] treewide: Disable USE_SPL_FIT_GENERATOR by default

Tom Rini trini at konsulko.com
Sun Jan 8 14:41:32 CET 2023


On Sat, Jan 07, 2023 at 02:07:21PM -0700, Simon Glass wrote:

> This option is deprecated and only used by two boards. Enable it for just
> those two boards, so others don't accidentally enable it.
> 
> Signed-off-by: Simon Glass <sjg at chromium.org>
[snip]
> diff --git a/boot/Kconfig b/boot/Kconfig
> index 55f06761ef8..7ab0dd14211 100644
> --- a/boot/Kconfig
> +++ b/boot/Kconfig
> @@ -282,12 +282,13 @@ config SPL_FIT_SOURCE
>  config USE_SPL_FIT_GENERATOR
>  	bool "Use a script to generate the .its script"
>  	depends on SPL_FIT
> -	default y if SPL_FIT && ARCH_ZYNQMP
> +	help
> +	  This is deprecated. Please do not use it. Use binman instead.

Lets remove the text around bool so it can't be enabled, and move to
select'ing it from the two boards that need it. Michal, Luca, what's
needed to move your two platforms
(avnet_ultrazedev_cc_v1_0_ultrazedev_som_v1_0 and xilinx_zynqmp_virt off
of this very legacy option, given that other xilinx platforms have
already migrated to binman ?

-- 
Tom
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 659 bytes
Desc: not available
URL: <https://lists.denx.de/pipermail/u-boot/attachments/20230108/64251593/attachment.sig>


More information about the U-Boot mailing list