[PATCH v3 41/76] Makefile: Drop CONFIG_OF_EARLY_FLATTREE

Simon Glass sjg at chromium.org
Wed Feb 1 21:19:52 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 2648fd5d8f9..5ef572e5177 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