From: Simon Glass Date: Wed, 1 Feb 2023 20:19:52 +0000 (-0700) Subject: Makefile: Drop CONFIG_OF_EARLY_FLATTREE X-Git-Url: http://git.dujemihanovic.xyz/img/sics.gif?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 --- 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