]> git.baikalelectronics.ru Git - uboot.git/commit
image: Add Kconfig options for FIT in the tools build
authorSimon Glass <sjg@chromium.org>
Sun, 26 Sep 2021 01:43:16 +0000 (19:43 -0600)
committerTom Rini <trini@konsulko.com>
Fri, 8 Oct 2021 19:53:26 +0000 (15:53 -0400)
commit1cec259591a7d44a58dbfac6181cb39a6771137f
tree4f14b99025d31663096f9159ae0a55be044fecc8
parenta1f30df2d00bf8717bdfe68d771a1900c9dd94e6
image: Add Kconfig options for FIT in the tools build

In preparation for enabling CONFIG_IS_ENABLED() on the host build, add
some options to enable the various FIT options expected in these tools.
This will ensure that the code builds correctly when CONFIG_TOOLS_xxx
is distinct from CONFIG_xxx.

Drop some #ifdefs which are immediately unnecessary (many more are in
later patches).

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