Makefile: Drop CONFIG_OF_EARLY_FLATTREE

This option does not exist, so drop the dead code.

Signed-off-by: Simon Glass <sjg@chromium.org>
This commit is contained in:
Simon Glass 2023-02-01 13:19:52 -07:00 committed by Tom Rini
parent 49c164c310
commit 240e9d1a27

View file

@ -2007,10 +2007,6 @@ dtbs: prepare3 scripts_dtc
dtbs_install:
$(Q)$(MAKE) $(dtbinst)=$(dtstree)
ifdef CONFIG_OF_EARLY_FLATTREE
all: dtbs
endif
endif
# Check dtc and pylibfdt, if DTC is provided, else build them