projects
/
project
/
bcm63xx
/
u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ab487c8
)
Revert "Makefile: Prioritize external dtb if defined"
author
Tom Rini
<
[email protected]
>
Sun, 19 May 2019 22:09:05 +0000
(18:09 -0400)
committer
Tom Rini
<
[email protected]
>
Sun, 19 May 2019 22:09:35 +0000
(18:09 -0400)
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 <
[email protected]
>
Makefile
patch
|
blob
|
history
diff --git
a/Makefile
b/Makefile
index 6eb08a57247e6f23ec25c377d26fa48af7ebc295..059978bfe683ad000b83fc56096f8b71eb8397bf 100644
(file)
--- a/
Makefile
+++ b/
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