Makefile: Drop CONFIG_OF_EARLY_FLATTREE
authorSimon Glass <sjg@chromium.org>
Wed, 1 Feb 2023 20:19:52 +0000 (13:19 -0700)
committerTom Rini <trini@konsulko.com>
Tue, 7 Feb 2023 19:33:49 +0000 (14:33 -0500)
This option does not exist, so drop the dead code.

Signed-off-by: Simon Glass <sjg@chromium.org>
Makefile

index bfc2ed8..9337a1f 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -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