Merge branch 'master' of ssh://pkgs.fedoraproject.org/uboot-tools
This commit is contained in:
commit
fa126138a7
15
STAGE1-u-boot
Normal file
15
STAGE1-u-boot
Normal file
@ -0,0 +1,15 @@
|
||||
# FIXME! Already present in Fedora as uboot-tools.
|
||||
# No need for cloning from upstream git.
|
||||
#
|
||||
# git git://git.denx.de/u-boot.git
|
||||
if [ ! -f $BUILDDIR/u-boot/README ]
|
||||
then
|
||||
cd $BUILDDIR
|
||||
git clone git://git.denx.de/u-boot.git
|
||||
fi
|
||||
cd $BUILDDIR/u-boot
|
||||
make $J distclean
|
||||
make $J CROSS_COMPILE=${TARGET}- omap4_panda_config
|
||||
make $J CROSS_COMPILE=${TARGET}- u-boot.img
|
||||
mkdirp $ROOTFS/boot
|
||||
cp u-boot.img $ROOTFS/boot/u-boot.img
|
Loading…
Reference in New Issue
Block a user