From patchwork Wed Jul 16 18:07:04 2014 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Gustavo Zacarias X-Patchwork-Id: 370831 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Received: from whitealder.osuosl.org (whitealder.osuosl.org [140.211.166.138]) by ozlabs.org (Postfix) with ESMTP id 2F06F14008C for ; Thu, 17 Jul 2014 04:07:35 +1000 (EST) Received: from localhost (localhost [127.0.0.1]) by whitealder.osuosl.org (Postfix) with ESMTP id 7A23D8CAC8; Wed, 16 Jul 2014 18:07: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 QvP3rOIMLrgd; Wed, 16 Jul 2014 18:07:30 +0000 (UTC) Received: from ash.osuosl.org (ash.osuosl.org [140.211.166.34]) by whitealder.osuosl.org (Postfix) with ESMTP id 493318C930; Wed, 16 Jul 2014 18:07:30 +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 EBFDC1C2437 for ; Wed, 16 Jul 2014 18:07:29 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by whitealder.osuosl.org (Postfix) with ESMTP id E62E08C930 for ; Wed, 16 Jul 2014 18:07:29 +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 knUgdLFN8ofK for ; Wed, 16 Jul 2014 18:07:28 +0000 (UTC) X-Greylist: from auto-whitelisted by SQLgrey-1.7.6 Received: from loknar.toptech.com.ar (loknar.toptech.com.ar [78.46.79.162]) by whitealder.osuosl.org (Postfix) with ESMTPS id 6E5E08C408 for ; Wed, 16 Jul 2014 18:07:28 +0000 (UTC) Received: from asgard (cpe-186-18-128-65.telecentro-reversos.com.ar [186.18.128.65] (may be forged)) (authenticated bits=0) by loknar.toptech.com.ar (8.14.9/8.14.9) with ESMTP id s6GI7LAR006985 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-GCM-SHA384 bits=256 verify=NO); Wed, 16 Jul 2014 18:07:24 GMT DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=zacarias.com.ar; s=dkey; t=1405534046; bh=e4J4N3NBpSOMmqF+doAcm75bQjiGsyWOD6euC7WnnXE=; h=From:To:Cc:Subject:Date:In-Reply-To:References; b=qaSYX7gj7R5u63yh3H2MmHXlTyBGItzDhBrN6nAsIsrWGnd/NVjP5k4A+bWvRiCSC e537GZQD17YkC+NV1r7Kg7b7wgwOHzmIkX61fj9KlsMwn8IiA4qNvd8xjVkstk3zX2 B8AoIRXBWW6ha+HxVHUEubFh5urH9zdSqed2m1D8= Received: by asgard (sSMTP sendmail emulation); Wed, 16 Jul 2014 15:07:16 -0300 From: Gustavo Zacarias To: buildroot@busybox.net Date: Wed, 16 Jul 2014 15:07:04 -0300 Message-Id: <1405534024-1923-2-git-send-email-gustavo@zacarias.com.ar> X-Mailer: git-send-email 1.8.5.5 In-Reply-To: <1405534024-1923-1-git-send-email-gustavo@zacarias.com.ar> References: <1405534024-1923-1-git-send-email-gustavo@zacarias.com.ar> X-Virus-Scanned: clamav-milter 0.98.1 at loknar X-Virus-Status: Clean Subject: [Buildroot] [PATCH 2/2] uboot: bump to version 2014.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 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/boot/uboot/Config.in b/boot/uboot/Config.in index 0f98d7f..46d1109 100644 --- a/boot/uboot/Config.in +++ b/boot/uboot/Config.in @@ -18,7 +18,7 @@ choice Select the specific U-Boot version you want to use config BR2_TARGET_UBOOT_LATEST_VERSION - bool "2014.04" + bool "2014.07" config BR2_TARGET_UBOOT_CUSTOM_VERSION bool "Custom version" @@ -63,7 +63,7 @@ endif config BR2_TARGET_UBOOT_VERSION string - default "2014.04" if BR2_TARGET_UBOOT_LATEST_VERSION + default "2014.07" if BR2_TARGET_UBOOT_LATEST_VERSION default BR2_TARGET_UBOOT_CUSTOM_VERSION_VALUE \ if BR2_TARGET_UBOOT_CUSTOM_VERSION default "custom" if BR2_TARGET_UBOOT_CUSTOM_TARBALL