image: Drop IMAGE_ENABLE_OF_LIBFDT
authorSimon Glass <sjg@chromium.org>
Sun, 26 Sep 2021 01:43:21 +0000 (19:43 -0600)
committerTom Rini <trini@konsulko.com>
Fri, 8 Oct 2021 19:53:26 +0000 (15:53 -0400)
commit0c303f9a6628de9664b4f9140464a6f9d8224c36
treeec2522fbeb6900049f363a27cc8642ec363cd38b
parentbf371b4cf599ad1a448577daaba997a0b0ba6c9c
image: Drop IMAGE_ENABLE_OF_LIBFDT

Add a host Kconfig for OF_LIBFDT. With this we can use
CONFIG_IS_ENABLED(OF_LIBFDT) directly in the tools build, so drop the
unnecessary indirection.

Signed-off-by: Simon Glass <sjg@chromium.org>
Reviewed-by: Alexandru Gagniuc <mr.nuke.me@gmail.com>
12 files changed:
arch/arc/lib/bootm.c
arch/arm/lib/bootm.c
arch/microblaze/lib/bootm.c
arch/nds32/lib/bootm.c
arch/riscv/lib/bootm.c
board/synopsys/hsdk/hsdk.c
common/bootm.c
common/image-board.c
common/image.c
include/image.h
lib/lmb.c
tools/Kconfig