From: Simon Glass <sjg@chromium.org>
Date: Wed, 1 Feb 2023 20:19:52 +0000 (-0700)
Subject: Makefile: Drop CONFIG_OF_EARLY_FLATTREE
X-Git-Tag: v2025.01-rc5-pxa1908~1117^2~32
X-Git-Url: http://git.dujemihanovic.xyz/%22mailto:Murray.Jensen%40csiro.au/static/%7B%7B%20.Permalink%20%7D%7D?a=commitdiff_plain;h=240e9d1a272de3cbfb6017ccfe000bd54746d3dc;p=u-boot.git

Makefile: Drop CONFIG_OF_EARLY_FLATTREE

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

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

diff --git a/Makefile b/Makefile
index bfc2ed8707..9337a1ffcd 100644
--- 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