Re: [PATCH v5 07/29] image: Drop IMAGE_ENABLE_FIT

2021-10-08 Thread Tom Rini
On Sat, Sep 25, 2021 at 07:43:20PM -0600, Simon Glass wrote: > Make use of the host Kconfig for FIT. With this we can use > CONFIG_IS_ENABLED(FIT) directly in the host build, so drop the unnecessary > indirection. > > Signed-off-by: Simon Glass > Reviewed-by: Alexandru Gagniuc Applied to u-boo

Re: [PATCH v5 07/29] image: Drop IMAGE_ENABLE_FIT

2021-10-05 Thread Alex G.
On 9/25/21 8:43 PM, Simon Glass wrote: Make use of the host Kconfig for FIT. With this we can use CONFIG_IS_ENABLED(FIT) directly in the host build, so drop the unnecessary indirection. Signed-off-by: Simon Glass Reviewed-by: Alexandru Gagniuc --- Changes in v5: - Rebase to next arch/a

[PATCH v5 07/29] image: Drop IMAGE_ENABLE_FIT

2021-09-25 Thread Simon Glass
Make use of the host Kconfig for FIT. With this we can use CONFIG_IS_ENABLED(FIT) directly in the host build, so drop the unnecessary indirection. Signed-off-by: Simon Glass --- Changes in v5: - Rebase to next arch/arm/mach-imx/hab.c | 2 +- common/bootm.c | 10 +- common/ima