]> git.baikalelectronics.ru Git - uboot.git/commit
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)
commit3239a43809ff13295d30b86c8473af46aeced628
treef06570f63331965f3a3bd5d17556e478f1c6bdf8
parentb90fc15020c5ec61274801fadeea4cd0537a898c
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