freebsd / crochet

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

Add the capability to specify an alternate uboot location. #72

Closed evadot closed 10 years ago

evadot commented 10 years ago

Add the capability to specify an alternate uboot location. If the u-boot-beaglebone-eabi port is installed, used this. Otherwise use the source and compile

kientzle commented 10 years ago

The uboot_eabi_port_version and uboot_eabi_port_location functions are BeagleBone-specific and should be moved out of lib/uboot.sh and into board/BeagleBone/setup.sh

Other than that, this looks good.

kientzle commented 10 years ago

Very nice. Thank you!