From patchwork Tue Sep 4 13:55:23 2012 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Gustavo Zacarias X-Patchwork-Id: 181563 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Received: from fraxinus.osuosl.org (fraxinus.osuosl.org [140.211.166.137]) by ozlabs.org (Postfix) with ESMTP id 0681E2C009A for ; Tue, 4 Sep 2012 23:55:38 +1000 (EST) Received: from localhost (localhost [127.0.0.1]) by fraxinus.osuosl.org (Postfix) with ESMTP id 11374101D82; Tue, 4 Sep 2012 13:55:36 +0000 (UTC) X-Virus-Scanned: amavisd-new at osuosl.org Received: from fraxinus.osuosl.org ([127.0.0.1]) by localhost (.osuosl.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id OrEuI-CEZPFG; Tue, 4 Sep 2012 13:55:34 +0000 (UTC) Received: from ash.osuosl.org (ash.osuosl.org [140.211.166.34]) by fraxinus.osuosl.org (Postfix) with ESMTP id D585C101AC4; Tue, 4 Sep 2012 13:55:33 +0000 (UTC) X-Original-To: buildroot@lists.busybox.net Delivered-To: buildroot@osuosl.org Received: from whitealder.osuosl.org (whitealder.osuosl.org [140.211.166.138]) by ash.osuosl.org (Postfix) with ESMTP id 7DF048F75B for ; Tue, 4 Sep 2012 13:55:34 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by whitealder.osuosl.org (Postfix) with ESMTP id B495E8A393 for ; Tue, 4 Sep 2012 13:55:33 +0000 (UTC) X-Virus-Scanned: amavisd-new at osuosl.org Received: from whitealder.osuosl.org ([127.0.0.1]) by localhost (.osuosl.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 0KUpK1iQ5H9P for ; Tue, 4 Sep 2012 13:55:31 +0000 (UTC) X-Greylist: from auto-whitelisted by SQLgrey-1.7.6 Received: from loknar.toptech.com.ar (loknar.toptech.com.ar [85.10.205.246]) by whitealder.osuosl.org (Postfix) with ESMTPS id 7CDD78A2F3 for ; Tue, 4 Sep 2012 13:55:31 +0000 (UTC) Received: from asgard (host146.190-139-159.telecom.net.ar [190.139.159.146]) (authenticated bits=0) by loknar.toptech.com.ar (8.14.5/8.14.5) with ESMTP id q84DtO2G004446 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Tue, 4 Sep 2012 13:55:27 GMT DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=zacarias.com.ar; s=dkey; t=1346766929; bh=XiJx7+1IPYeXx0PLd3gJNikXy2Wcj2LVMb7z+78OVMA=; h=From:To:Cc:Subject:Date; b=LJOEStQYU2g1PyekfEfvcjUI9FfjPZtLAqMLzK2bhZi/P9fWHOQmdSIE8LEYufd+z hmg7TZ4pJS1c1zKyG+sasDajrMgiPlOVhbrPjeDUbIZg5umXxJiYaNXiI8GOGpMUx1 GmZdPNhi8TXEkEKmbn1ifLtb2+T4gTu7rpEREVts= Received: by asgard (sSMTP sendmail emulation); Tue, 04 Sep 2012 10:55:23 -0300 From: Gustavo Zacarias To: buildroot@busybox.net Date: Tue, 4 Sep 2012 10:55:23 -0300 Message-Id: <1346766923-29838-1-git-send-email-gustavo@zacarias.com.ar> X-Mailer: git-send-email 1.7.8.6 X-Virus-Scanned: clamav-milter 0.97.5 at loknar X-Virus-Status: Clean Subject: [Buildroot] [PATCHv2] u-boot: add version 2012.07 X-BeenThere: buildroot@busybox.net X-Mailman-Version: 2.1.14 Precedence: list List-Id: Discussion and development of buildroot List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , MIME-Version: 1.0 Errors-To: buildroot-bounces@busybox.net Sender: buildroot-bounces@busybox.net Signed-off-by: Gustavo Zacarias --- boot/uboot/Config.in | 6 +++++- ...ot-tools-2012.07-drop-configh-from-tools.patch} | 0 ...ot-tools-2012.07-hostcflags-override-fix.patch} | 0 package/uboot-tools/uboot-tools.mk | 2 +- 4 files changed, 6 insertions(+), 2 deletions(-) rename package/uboot-tools/{uboot-tools-2012.04.01-drop-configh-from-tools.patch => uboot-tools-2012.07-drop-configh-from-tools.patch} (100%) rename package/uboot-tools/{uboot-tools-2012.04.01-hostcflags-override-fix.patch => uboot-tools-2012.07-hostcflags-override-fix.patch} (100%) diff --git a/boot/uboot/Config.in b/boot/uboot/Config.in index 900fac7..7f3cae0 100644 --- a/boot/uboot/Config.in +++ b/boot/uboot/Config.in @@ -12,10 +12,13 @@ config BR2_TARGET_UBOOT_BOARDNAME choice prompt "U-Boot Version" - default BR2_TARGET_UBOOT_2012_04 + default BR2_TARGET_UBOOT_2012_07 help Select the specific U-Boot version you want to use +config BR2_TARGET_UBOOT_2012_07 + bool "2012.07" + config BR2_TARGET_UBOOT_2012_04 bool "2012.04.01" @@ -50,6 +53,7 @@ endif config BR2_TARGET_UBOOT_VERSION string + default "2012.07" if BR2_TARGET_UBOOT_2012_07 default "2012.04.01" if BR2_TARGET_UBOOT_2012_04 default "2011.12" if BR2_TARGET_UBOOT_2011_12 default "2011.09" if BR2_TARGET_UBOOT_2011_09 diff --git a/package/uboot-tools/uboot-tools-2012.04.01-drop-configh-from-tools.patch b/package/uboot-tools/uboot-tools-2012.07-drop-configh-from-tools.patch similarity index 100% rename from package/uboot-tools/uboot-tools-2012.04.01-drop-configh-from-tools.patch rename to package/uboot-tools/uboot-tools-2012.07-drop-configh-from-tools.patch diff --git a/package/uboot-tools/uboot-tools-2012.04.01-hostcflags-override-fix.patch b/package/uboot-tools/uboot-tools-2012.07-hostcflags-override-fix.patch similarity index 100% rename from package/uboot-tools/uboot-tools-2012.04.01-hostcflags-override-fix.patch rename to package/uboot-tools/uboot-tools-2012.07-hostcflags-override-fix.patch diff --git a/package/uboot-tools/uboot-tools.mk b/package/uboot-tools/uboot-tools.mk index 53764f7..7628b77 100644 --- a/package/uboot-tools/uboot-tools.mk +++ b/package/uboot-tools/uboot-tools.mk @@ -1,4 +1,4 @@ -UBOOT_TOOLS_VERSION = 2012.04.01 +UBOOT_TOOLS_VERSION = 2012.07 UBOOT_TOOLS_SOURCE = u-boot-$(UBOOT_TOOLS_VERSION).tar.bz2 UBOOT_TOOLS_SITE = ftp://ftp.denx.de/pub/u-boot