image: Use Kconfig to enable CONFIG_FIT_VERBOSE on host
authorSimon Glass <sjg@chromium.org>
Sun, 26 Sep 2021 01:43:22 +0000 (19:43 -0600)
committerTom Rini <trini@konsulko.com>
Fri, 8 Oct 2021 19:53:26 +0000 (15:53 -0400)
commite059157f0d5737b63fe2f1fec145509d82508109
treeb6aac1103e34b2600dbdaa88c88e8c8f8c01d235
parent0c303f9a6628de9664b4f9140464a6f9d8224c36
image: Use Kconfig to enable CONFIG_FIT_VERBOSE on host

Add a host Kconfig for FIT_VERBOSE. With this we can use
CONFIG_IS_ENABLED(FIT_VERBOSE) directly in the tools build, so drop the
forcing of this in the image.h header.

Signed-off-by: Simon Glass <sjg@chromium.org>
Reviewed-by: Alexandru Gagniuc <mr.nuke.me@gmail.com>
include/image.h
tools/Kconfig