From d71172b6791fb9b03e0e82ee862f630fbfb2980c Mon Sep 17 00:00:00 2001 From: Marcin Juszkiewicz Date: Tue, 7 Apr 2015 11:34:15 +0200 Subject: [PATCH] Build U-Boot for Juno and Foundation model instead of removed board --- uboot-tools.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/uboot-tools.spec b/uboot-tools.spec index 35723c7..9418cce 100644 --- a/uboot-tools.spec +++ b/uboot-tools.spec @@ -2,7 +2,7 @@ Name: uboot-tools Version: 2015.04 -Release: 0.5%{?candidate:.%{candidate}}%{?dist} +Release: 0.6%{?candidate:.%{candidate}}%{?dist} Summary: U-Boot utilities Group: Development/Tools @@ -114,7 +114,7 @@ done %build %ifarch aarch64 -make vexpress_aemv8a_config O=builds/vexpress_aemv8a/ +make vexpress_aemv8a_juno_config vexpress_aemv8a_semi_config O=builds/vexpress_aemv8a/ make HOSTCC="gcc $RPM_OPT_FLAGS" CROSS_COMPILE="" %{?_smp_mflags} V=1 O=builds/vexpress_aemv8a/ %endif @@ -186,6 +186,9 @@ install -p -m 0644 tools/env/fw_env.config $RPM_BUILD_ROOT%{_sysconfdir} %endif %changelog +* Tue Apr 07 2015 Marcin Juszkiewicz - 2015.04-0.6.rc5 +- Build U-Boot for Juno and Foundation model instead of removed board + * Thu Apr 2 2015 Peter Robinson 2015.04-0.5.rc5 - Update to 2015.04 rc5