summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorSimon Glass <sjg@chromium.org>2023-02-01 13:19:52 -0700
committerTom Rini <trini@konsulko.com>2023-02-07 14:33:49 -0500
commit240e9d1a272de3cbfb6017ccfe000bd54746d3dc (patch)
tree95a9926b645f9e51d7a6c28f001f6d2e115e3d97 /Makefile
parent49c164c31078839035edae5acc72840b0f2e4bde (diff)
Makefile: Drop CONFIG_OF_EARLY_FLATTREE
This option does not exist, so drop the dead code. Signed-off-by: Simon Glass <sjg@chromium.org>
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 0 insertions, 4 deletions
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