From mboxrd@z Thu Jan 1 00:00:00 1970 Return-path: Received: from dude.hi.pengutronix.de ([2001:6f8:1178:2:21e:67ff:fe11:9c5c]) by metis.ext.pengutronix.de with esmtp (Exim 4.72) (envelope-from ) id 1W6IWk-0004oW-Dj for ptxdist@pengutronix.de; Thu, 23 Jan 2014 12:32:54 +0100 Received: from jbe by dude.hi.pengutronix.de with local (Exim 4.82) (envelope-from ) id 1W6IWk-0000KN-Cc for ptxdist@pengutronix.de; Thu, 23 Jan 2014 12:32:54 +0100 From: Juergen Beisert Date: Thu, 23 Jan 2014 12:32:50 +0100 Message-Id: <1390476771-15449-2-git-send-email-jbe@pengutronix.de> In-Reply-To: <1390476771-15449-1-git-send-email-jbe@pengutronix.de> References: <1390476771-15449-1-git-send-email-jbe@pengutronix.de> Subject: [ptxdist] [PATCH 1/2] Barebox: we have the year 2014, reflect this in the default value Reply-To: ptxdist@pengutronix.de List-Id: PTXdist Development Mailing List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Sender: ptxdist-bounces@pengutronix.de Errors-To: ptxdist-bounces@pengutronix.de To: ptxdist@pengutronix.de Seems long time ago this menu entry was created :) Signed-off-by: Juergen Beisert --- platforms/barebox.in | 2 +- platforms/barebox_mlo.in | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/platforms/barebox.in b/platforms/barebox.in index 80b19f0..224bb41 100644 --- a/platforms/barebox.in +++ b/platforms/barebox.in @@ -19,7 +19,7 @@ if BAREBOX config BAREBOX_VERSION prompt "barebox version" string - default "2010.10.0" + default "2014.01.0" config BAREBOX_MD5 prompt "barebox source md5sum" diff --git a/platforms/barebox_mlo.in b/platforms/barebox_mlo.in index 2176792..01c8669 100644 --- a/platforms/barebox_mlo.in +++ b/platforms/barebox_mlo.in @@ -12,7 +12,7 @@ config BAREBOX_MLO_VERSION prompt "barebox version" if !BAREBOX string default "${PTXCONF_BAREBOX_VERSION}" if BAREBOX - default "2010.10.0" if !BAREBOX + default "2014.01.0" if !BAREBOX config BAREBOX_MLO_MD5 prompt "barebox source md5sum" if !BAREBOX -- 1.8.5.2 -- ptxdist mailing list ptxdist@pengutronix.de