freebsd / crochet

Build FreeBSD images for RaspberryPi, BeagleBone, PandaBoard, and others.
BSD 2-Clause "Simplified" License
611 stars 187 forks source link

Fix Zedboard build by sticking with release v2014.4 of u-boot from Xilinx. #109

Closed skibo closed 9 years ago

kientzle commented 9 years ago

Would it be any simpler to use the -b option to git clone as in:

git clone -b xilinx-2014.04 git://github.com/Xilinx/u-boot-xlnx.git ${ZYNQ_UBOOT_SRC}

skibo commented 9 years ago

Tim:

I didn't think that would work because "xilinx-v2014.4" is a tag, not a branch name. But, I just tried it and it indeed works. Thanks. I'll make another pull request...