Skip to content

Commit

Permalink
Revert "Makefile: Prioritize external dtb if defined"
Browse files Browse the repository at this point in the history
This is causing unexpected size growth in the normal case and is likely
to have been mis-applied by myself.

This reverts commit 3eaf6dc.

Signed-off-by: Tom Rini <[email protected]>
  • Loading branch information
trini committed May 19, 2019
1 parent ab487c8 commit 748198c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 748198c

Please sign in to comment.