u-boot: added files to support new u-boot

This commit is contained in:
jenkins101 2014-05-04 09:55:09 +02:00
parent 91b8c5ad51
commit 4626d74978

View File

@ -81,7 +81,14 @@ makeinstall_target() {
fi
mkdir -p $INSTALL/usr/share/bootloader
if [ -f "./u-boot.bin" ]; then
cp ./u-boot.bin $INSTALL/usr/share/bootloader
fi
if [ -f "./u-boot.imx" ]; then
cp ./u-boot.imx $INSTALL/usr/share/bootloader
fi
if [ -f "./u-boot.img" ]; then
cp ./u-boot.img $INSTALL/usr/share/bootloader