From patchwork Wed Nov 21 10:08:12 2012 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Maxime Ripard X-Patchwork-Id: 200620 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 672872C0093 for ; Wed, 21 Nov 2012 21:08:32 +1100 (EST) Received: from localhost (localhost [127.0.0.1]) by whitealder.osuosl.org (Postfix) with ESMTP id 8CC1F8CD35; Wed, 21 Nov 2012 10:08:30 +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 G+LRwCLLfU7n; Wed, 21 Nov 2012 10:08:28 +0000 (UTC) Received: from ash.osuosl.org (ash.osuosl.org [140.211.166.34]) by whitealder.osuosl.org (Postfix) with ESMTP id BBDED8CA8B; Wed, 21 Nov 2012 10:08:27 +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 BA6588F74A for ; Wed, 21 Nov 2012 10:08:30 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by whitealder.osuosl.org (Postfix) with ESMTP id 1274A8CA8B for ; Wed, 21 Nov 2012 10:08:26 +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 Jq6IaPIk-dmE for ; Wed, 21 Nov 2012 10:08:25 +0000 (UTC) X-Greylist: domain auto-whitelisted by SQLgrey-1.7.6 Received: from mail.free-electrons.com (mail.free-electrons.com [88.190.12.23]) by whitealder.osuosl.org (Postfix) with ESMTP id 14C158CA43 for ; Wed, 21 Nov 2012 10:08:25 +0000 (UTC) Received: by mail.free-electrons.com (Postfix, from userid 106) id A7171110; Wed, 21 Nov 2012 11:08:13 +0100 (CET) Received: from localhost (col31-4-88-188-83-94.fbx.proxad.net [88.188.83.94]) by mail.free-electrons.com (Postfix) with ESMTPSA id 89752DE for ; Wed, 21 Nov 2012 11:08:03 +0100 (CET) From: Maxime Ripard To: buildroot@busybox.net Date: Wed, 21 Nov 2012 11:08:12 +0100 Message-Id: <1353492492-29514-1-git-send-email-maxime.ripard@free-electrons.com> X-Mailer: git-send-email 1.7.9.5 Subject: [Buildroot] [PATCH] Remove unused barebox 2012.07 string 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: Maxime Ripard --- boot/barebox/Config.in | 1 - 1 file changed, 1 deletion(-) diff --git a/boot/barebox/Config.in b/boot/barebox/Config.in index c9e7088..0273dd0 100644 --- a/boot/barebox/Config.in +++ b/boot/barebox/Config.in @@ -41,7 +41,6 @@ endif config BR2_TARGET_BAREBOX_VERSION string - default "2012.07.0" if BR2_TARGET_BAREBOX_2012_07 default "2012.08.0" if BR2_TARGET_BAREBOX_2012_08 default "2012.09.0" if BR2_TARGET_BAREBOX_2012_09 default "2012.10.0" if BR2_TARGET_BAREBOX_2012_10