switch the target used for beaglebone rhbz#1161619

This commit is contained in:
Dennis Gilmore 2014-11-11 00:49:00 -06:00
parent 64a5c15160
commit b2bcea9fe2

View File

@ -2,7 +2,7 @@
Name: uboot-tools Name: uboot-tools
Version: 2014.10 Version: 2014.10
Release: 4%{?candidate:.%{candidate}}%{?dist} Release: 5%{?candidate:.%{candidate}}%{?dist}
Summary: U-Boot utilities Summary: U-Boot utilities
Group: Development/Tools Group: Development/Tools
@ -280,7 +280,7 @@ cp -p u-boot.bin builds/u-boot.bin.snowball
make mrproper make mrproper
# TI devices # TI devices
make am335x_evm_config make am335x_boneblack_config
make HOSTCC="gcc $RPM_OPT_FLAGS" CROSS_COMPILE="" %{?_smp_mflags} V=1 make HOSTCC="gcc $RPM_OPT_FLAGS" CROSS_COMPILE="" %{?_smp_mflags} V=1
cp -p MLO builds/MLO.beaglebone cp -p MLO builds/MLO.beaglebone
cp -p u-boot.img builds/u-boot.img.beaglebone cp -p u-boot.img builds/u-boot.img.beaglebone
@ -478,6 +478,9 @@ install -p -m 0644 tools/env/fw_env.config $RPM_BUILD_ROOT%{_sysconfdir}
%endif %endif
%changelog %changelog
* Tue Nov 11 2014 Dennis Gilmore <dennis@ausil.us> - 2014.10-5
- switch the target used for beaglebone rhbz#1161619
* Mon Oct 27 2014 Dennis Gilmore <dennis@ausil.us> - 2014.10-4 * Mon Oct 27 2014 Dennis Gilmore <dennis@ausil.us> - 2014.10-4
- port panda board to upstreamed geneic boot commands - port panda board to upstreamed geneic boot commands
- append the console line automatically again - append the console line automatically again