[uboot-tools] fix typo and install the beaglebone beagle and panda MLO files along with the u-boot files

Dennis Gilmore ausil at fedoraproject.org
Sat Jul 7 15:03:44 UTC 2012


commit 007f8d09dbe8709d401882076671587e7c629128
Author: Dennis Gilmore <dennis at ausil.us>
Date:   Sat Jul 7 10:03:10 2012 -0500

    fix typo and install the beaglebone beagle and panda MLO files along with the u-boot files

 uboot-tools.spec |    5 ++---
 1 files changed, 2 insertions(+), 3 deletions(-)
---
diff --git a/uboot-tools.spec b/uboot-tools.spec
index d5cce34..6f9d597 100644
--- a/uboot-tools.spec
+++ b/uboot-tools.spec
@@ -71,7 +71,7 @@ make distclean
 
 make CROSS_COMPILE="" omap3_beagle_config
 make HOSTCC="gcc $RPM_OPT_FLAGS" CROSS_COMPILE=""
-cp -p MLO builds/iMLO.beagle
+cp -p MLO builds/MLO.beagle
 cp -p u-boot.img builds/u-boot.img.beagle
 cp -p u-boot.bin builds/u-boot.bin.beagle
 make distclean
@@ -113,9 +113,8 @@ for board in beaglebone beagle panda
 do
 install -p -m 0644 builds/u-boot.bin.$(echo $board) $RPM_BUILD_ROOT%{_datadir}/uboot-$(echo $board)/u-boot.bin
 install -p -m 0644 builds/u-boot.img.$(echo $board) $RPM_BUILD_ROOT%{_datadir}/uboot-$(echo $board)/u-boot.img
+install -p -m 0644 builds/MLO.$(echo $board) $RPM_BUILD_ROOT%{_datadir}/uboot-$(echo $board)/MLO
 done
-install -p -m 0644 builds/MLO.beagle $RPM_BUILD_ROOT%{_datadir}/uboot-beagle/MLO
-install -p -m 0644 builds/MLO.panda $RPM_BUILD_ROOT%{_datadir}/uboot-panda/MLO
 install -p -m 0644 builds/origen-spl.bin.origen $RPM_BUILD_ROOT%{_datadir}/uboot-origen/origen-spl.bin
 install -p -m 0644 builds/u-boot.bin.origen $RPM_BUILD_ROOT%{_datadir}/uboot-origen/u-boot.bin
 


More information about the scm-commits mailing list