[PATCH v2 49/87] Makefile: Drop CONFIG_OF_EARLY_FLATTREE
Simon Glass
sjg at chromium.org
Sun Jan 29 01:58:25 CET 2023
This option does not exist, so drop the dead code.
Signed-off-by: Simon Glass <sjg at chromium.org>
---
(no changes since v1)
Makefile | 4 ----
1 file changed, 4 deletions(-)
diff --git a/Makefile b/Makefile
index 400261606e3..d7a0121828c 100644
--- a/Makefile
+++ b/Makefile
@@ -2004,10 +2004,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
--
2.39.1.456.gfc5497dd1b-goog
More information about the U-Boot
mailing list