This is causing unexpected size growth in the normal case and is likely
to have been mis-applied by myself.
This reverts commit
cf636d728db2f08166dc33a4a0b0705f102e8f22.
Signed-off-by: Tom Rini <trini@konsulko.com>
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