From patchwork Thu Dec 3 22:31:58 2015 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Alexandre Belloni X-Patchwork-Id: 552476 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Received: from whitealder.osuosl.org (smtp1.osuosl.org [140.211.166.138]) by ozlabs.org (Postfix) with ESMTP id AD0671402A1 for ; Fri, 4 Dec 2015 09:32:06 +1100 (AEDT) Received: from localhost (localhost [127.0.0.1]) by whitealder.osuosl.org (Postfix) with ESMTP id CBC5C8C2B6; Thu, 3 Dec 2015 22:32:05 +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 mgPELTF7XGa7; Thu, 3 Dec 2015 22:32:04 +0000 (UTC) Received: from ash.osuosl.org (ash.osuosl.org [140.211.166.34]) by whitealder.osuosl.org (Postfix) with ESMTP id 0F2348C2A9; Thu, 3 Dec 2015 22:32:04 +0000 (UTC) X-Original-To: buildroot@lists.busybox.net Delivered-To: buildroot@osuosl.org Received: from whitealder.osuosl.org (smtp1.osuosl.org [140.211.166.138]) by ash.osuosl.org (Postfix) with ESMTP id BAA041C0FF2 for ; Thu, 3 Dec 2015 22:32:02 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by whitealder.osuosl.org (Postfix) with ESMTP id B4C908C2A9 for ; Thu, 3 Dec 2015 22:32:02 +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 aBsEzhEOEHMY for ; Thu, 3 Dec 2015 22:32:02 +0000 (UTC) X-Greylist: domain auto-whitelisted by SQLgrey-1.7.6 Received: from mail.free-electrons.com (down.free-electrons.com [37.187.137.238]) by whitealder.osuosl.org (Postfix) with ESMTP id CE2738C28A for ; Thu, 3 Dec 2015 22:32:01 +0000 (UTC) Received: by mail.free-electrons.com (Postfix, from userid 110) id 4ACD22FA; Thu, 3 Dec 2015 23:32:00 +0100 (CET) Received: from localhost (unknown [88.191.26.124]) by mail.free-electrons.com (Postfix) with ESMTPSA id E632822B; Thu, 3 Dec 2015 23:31:59 +0100 (CET) From: Alexandre Belloni To: buildroot@busybox.net Date: Thu, 3 Dec 2015 23:31:58 +0100 Message-Id: <1449181918-15596-1-git-send-email-alexandre.belloni@free-electrons.com> X-Mailer: git-send-email 2.5.0 Cc: Nicolas Ferre Subject: [Buildroot] [PATCH] at91bootstrap3: bump to v3.8 X-BeenThere: buildroot@busybox.net X-Mailman-Version: 2.1.18-1 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" In preparation for sama5d2 xplained support, bump at91bootstrap3 to 3.8 Signed-off-by: Alexandre Belloni --- boot/at91bootstrap3/Config.in | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/boot/at91bootstrap3/Config.in b/boot/at91bootstrap3/Config.in index 9f2f49bff1c5..b8ebe803dc29 100644 --- a/boot/at91bootstrap3/Config.in +++ b/boot/at91bootstrap3/Config.in @@ -15,7 +15,7 @@ choice prompt "AT91 Bootstrap 3 version" config BR2_TARGET_AT91BOOTSTRAP3_LATEST_VERSION - bool "3.7.2" + bool "3.8" config BR2_TARGET_AT91BOOTSTRAP3_CUSTOM_GIT bool "Custom Git repository" @@ -40,7 +40,7 @@ endif config BR2_TARGET_AT91BOOTSTRAP3_VERSION string - default "v3.7.2" if BR2_TARGET_AT91BOOTSTRAP3_LATEST_VERSION + default "v3.8" if BR2_TARGET_AT91BOOTSTRAP3_LATEST_VERSION default BR2_TARGET_AT91BOOTSTRAP3_CUSTOM_REPO_VERSION \ if BR2_TARGET_AT91BOOTSTRAP3_CUSTOM_GIT