Skip to content

Commit

Permalink
Makefile: Drop CONFIG_OF_EARLY_FLATTREE
Browse files Browse the repository at this point in the history
This option does not exist, so drop the dead code.

Signed-off-by: Simon Glass <[email protected]>
  • Loading branch information
sjg20 authored and trini committed Feb 7, 2023
1 parent 49c164c commit 240e9d1
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 240e9d1

Please sign in to comment.