image: Drop IMAGE_ENABLE_FIT
authorSimon Glass <sjg@chromium.org>
Sun, 26 Sep 2021 01:43:20 +0000 (19:43 -0600)
committerTom Rini <trini@konsulko.com>
Fri, 8 Oct 2021 19:53:26 +0000 (15:53 -0400)
commitbf371b4cf599ad1a448577daaba997a0b0ba6c9c
treef06570f63331965f3a3bd5d17556e478f1c6bdf8
parentd54f7e3f2328ea361c3a58714127ed9b3ad0f70c
image: Drop IMAGE_ENABLE_FIT

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 <sjg@chromium.org>
Reviewed-by: Alexandru Gagniuc <mr.nuke.me@gmail.com>
arch/arm/mach-imx/hab.c
common/bootm.c
common/image-board.c
common/image.c
include/image.h