From 240e9d1a272de3cbfb6017ccfe000bd54746d3dc Mon Sep 17 00:00:00 2001 From: Simon Glass Date: Wed, 1 Feb 2023 13:19:52 -0700 Subject: [PATCH] Makefile: Drop CONFIG_OF_EARLY_FLATTREE This option does not exist, so drop the dead code. Signed-off-by: Simon Glass --- Makefile | 4 ---- 1 file changed, 4 deletions(-) diff --git a/Makefile b/Makefile index bfc2ed8..9337a1f 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 -- 2.7.4