mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-24 21:54:01 +00:00
Makefile: Drop CONFIG_OF_EARLY_FLATTREE
This option does not exist, so drop the dead code. Signed-off-by: Simon Glass <sjg@chromium.org>
This commit is contained in:
parent
49c164c310
commit
240e9d1a27
1 changed files with 0 additions and 4 deletions
4
Makefile
4
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
|
||||
|
|
Loading…
Reference in a new issue