mirror of
https://github.com/Fishwaldo/u-boot.git
synced 2025-03-15 19:51:37 +00:00
Revert "Makefile: Prioritize external dtb if defined"
This is causing unexpected size growth in the normal case and is likely
to have been mis-applied by myself.
This reverts commit 3eaf6dcd93
.
Signed-off-by: Tom Rini <trini@konsulko.com>
This commit is contained in:
parent
ab487c8568
commit
748198cb8d
1 changed files with 1 additions and 1 deletions
2
Makefile
2
Makefile
|
@ -1071,7 +1071,7 @@ ifneq ($(EXT_DTB),)
|
|||
u-boot-fit-dtb.bin: u-boot-nodtb.bin $(EXT_DTB)
|
||||
$(call if_changed,cat)
|
||||
else
|
||||
u-boot-fit-dtb.bin: u-boot-nodtb.bin fit-dtb.blob $(FINAL_DTB_CONTAINER)
|
||||
u-boot-fit-dtb.bin: u-boot-nodtb.bin $(FINAL_DTB_CONTAINER)
|
||||
$(call if_changed,cat)
|
||||
endif
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue