From 9e91f03ff298d2e6a2b632daa7a02de7179f9a4d Mon Sep 17 00:00:00 2001 From: Michael Tremer Date: Wed, 14 Aug 2013 22:57:14 +0200 Subject: [PATCH] u-boot: Update to 2013.07 final. Add support for Wandboard Quad. --- u-boot/targets | 1 + u-boot/u-boot.nm | 4 +--- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/u-boot/targets b/u-boot/targets index 18cf5b134..ce81d234b 100644 --- a/u-boot/targets +++ b/u-boot/targets @@ -4,3 +4,4 @@ armv5tel dreamplug u-boot.bin u-boot.kwb armv7hl omap4_panda u-boot.bin u-boot.img armv7hl wandboard_solo u-boot.imx armv7hl wandboard_dl u-boot.imx +armv7hl wandboard_quad u-boot.imx diff --git a/u-boot/u-boot.nm b/u-boot/u-boot.nm index 517c262c6..25be430fb 100644 --- a/u-boot/u-boot.nm +++ b/u-boot/u-boot.nm @@ -5,9 +5,7 @@ name = u-boot version = 2013.07 -rc = 2 -release = 0.1.rc%{rc} -thisapp = %{name}-%{version}-rc%{rc} +release = 1 sup_arches = armv5tel armv7hl groups = Development/Tools