diff options
author | Tom Rini <trini@konsulko.com> | 2019-05-19 18:09:05 -0400 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2019-05-19 18:09:35 -0400 |
commit | 748198cb8d32d41bc35e6f492bac9948f339bece (patch) | |
tree | 9bec35a0e1ac69a5e6fc1111b933af004c10a3d9 /Makefile | |
parent | ab487c8568fe35e97943d121e9b9192884cc0d1d (diff) | |
download | u-boot-748198cb8d32d41bc35e6f492bac9948f339bece.zip u-boot-748198cb8d32d41bc35e6f492bac9948f339bece.tar.gz u-boot-748198cb8d32d41bc35e6f492bac9948f339bece.tar.bz2 |
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 3eaf6dcd9362b56e3217559401287dd8fa35b5b2.
Signed-off-by: Tom Rini <trini@konsulko.com>
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |