]> git.baikalelectronics.ru Git - uboot.git/commit
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)
commit02831726352896fe12ade41251c519fa94827cd3
treeb6aac1103e34b2600dbdaa88c88e8c8f8c01d235
parent68bafdfb04eed07016203c4d92409f1403d0cb40
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