[U-Boot] [PATCH] Make FIT support really optional

Tom Rini trini at konsulko.com
Fri May 10 11:12:05 UTC 2019


On Fri, May 03, 2019 at 10:37:05PM +0200, Fabrice Fontaine wrote:

> Due to some mistakes in the source code, it was not possible to really
> turn FIT support off. This commit fixes the problem by means of the
> following changes:
> 
> - Enclose "bootm_host_load_image" and "bootm_host_load_images" between
>   checks for CONFIG_FIT_SIGNATURE, in common/bootm.c.
> 
> - Enclose the declaration of "bootm_host_load_images" between checks for
>   CONFIG_FIT_SIGNATURE, in common/bootm.h.
> 
> - Condition the compilation and linking of fit_common.o fit_image.o
>   image-host.o common/image-fit.o to CONFIG_FIT=y, in tools/Makefile.
> 
> Signed-off-by: Carlos Santos <casantos at datacom.ind.br>
> [fabio: adapt for 2016.07]
> Signed-off-by: Fabio Estevam <festevam at gmail.com>
> [Ricardo: fix conditional compilation and linking of the files mentioned above
> for 2016.07]
> Signed-off-by: Ricardo Martincoski <ricardo.martincoski at gmail.com>
> [Jörg: adapt for 2019.01]
> Signed-off-by: Jörg Krause <joerg.krause at embedded.rocks>
> [Retrieved from:
> https://git.buildroot.net/buildroot/tree/package/uboot-tools/0003-Make-FIT-support-really-optional.patch]
> Signed-off-by: Fabrice Fontaine <fontaine.fabrice at gmail.com>

Applied to u-boot/master, thanks!

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


More information about the U-Boot mailing list