Actually, it seems that there's one missing file that prevents u-boot from building:
include $(TOPDIR)/../../../device/ti/blaze/BoardConfig.mk
Given the relative path, I'm betting that this is an error rather than malicious - they simply didn't tar it up with the other files. It should be fixed, but the fact that it isn't is not a showstopper.
include $(TOPDIR)/../../../device/ti/blaze/BoardConfig.mk
Given the relative path, I'm betting that this is an error rather than malicious - they simply didn't tar it up with the other files. It should be fixed, but the fact that it isn't is not a showstopper.