[uboot-tools] once again

Peter Robinson pbrobinson at fedoraproject.org
Fri Mar 6 18:14:08 UTC 2015


commit 762908f61065b01b3834f2d21154ba660f6274a5
Author: Peter Robinson <pbrobinson at gmail.com>
Date:   Fri Mar 6 18:14:01 2015 +0000

    once again

 uboot-tools.spec | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/uboot-tools.spec b/uboot-tools.spec
index 4f6c085..9454b29 100644
--- a/uboot-tools.spec
+++ b/uboot-tools.spec
@@ -118,7 +118,7 @@ make mrproper
 %ifarch %{arm}
 make db-mv784mp-gp_defconfig
 make HOSTCC="gcc $RPM_OPT_FLAGS" CROSS_COMPILE="" %{?_smp_mflags} V=1
-cp -p u-boot.bin builds/u-boot.bin.db-mv784mp-gp
+cp -p u-boot.img builds/u-boot.img.db-mv784mp-gp
 cp -p u-boot-spl.kwb builds/u-boot-spl.kwb.db-mv784mp-gp
 make mrproper
 
@@ -420,7 +420,7 @@ done
 
 for board in db-mv784mp-gp
 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/u-boot-spl.kwb.$(echo $board) $RPM_BUILD_ROOT%{_datadir}/uboot/$(echo $board)/u-boot.kwb
 done
 


More information about the scm-commits mailing list