From mboxrd@z Thu Jan 1 00:00:00 1970 Return-path: Received: from metis.ext.pengutronix.de ([2001:6f8:1178:4:290:27ff:fe1d:cc33]) by merlin.infradead.org with esmtps (Exim 4.76 #1 (Red Hat Linux)) id 1TzQH0-0002to-IF for barebox@lists.infradead.org; Sun, 27 Jan 2013 11:19:42 +0000 Date: Sun, 27 Jan 2013 12:19:41 +0100 From: Sascha Hauer Message-ID: <20130127111941.GY1906@pengutronix.de> References: <1359224025-32325-1-git-send-email-plagnioj@jcrosoft.com> MIME-Version: 1.0 Content-Disposition: inline In-Reply-To: <1359224025-32325-1-git-send-email-plagnioj@jcrosoft.com> List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Sender: barebox-bounces@lists.infradead.org Errors-To: barebox-bounces+u.kleine-koenig=pengutronix.de@lists.infradead.org Subject: Re: [PATCH 1/1] at91sam9261: fix max bare_init it's 156KiB To: Jean-Christophe PLAGNIOL-VILLARD Cc: barebox@lists.infradead.org On Sat, Jan 26, 2013 at 07:13:45PM +0100, Jean-Christophe PLAGNIOL-VILLARD wrote: > Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD > --- > arch/arm/mach-at91/Kconfig | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/arch/arm/mach-at91/Kconfig b/arch/arm/mach-at91/Kconfig Applied, thanks Sascha > index 9d4359e..a3b2aba 100644 > --- a/arch/arm/mach-at91/Kconfig > +++ b/arch/arm/mach-at91/Kconfig > @@ -172,7 +172,7 @@ endchoice > config ARCH_BAREBOX_MAX_BARE_INIT_SIZE > hex > default 0x1000 if ARCH_AT91SAM9260 > - default 0x270000 if ARCH_AT91SAM9261 > + default 0x27000 if ARCH_AT91SAM9261 > default 0x12000 if ARCH_AT91SAM9263 > default 0x4000 if ARCH_AT91SAM9G20 > default 0x3000 if ARCH_AT91SAM9G10 > -- > 1.7.10.4 > > > _______________________________________________ > barebox mailing list > barebox@lists.infradead.org > http://lists.infradead.org/mailman/listinfo/barebox > -- Pengutronix e.K. | | Industrial Linux Solutions | http://www.pengutronix.de/ | Peiner Str. 6-8, 31137 Hildesheim, Germany | Phone: +49-5121-206917-0 | Amtsgericht Hildesheim, HRA 2686 | Fax: +49-5121-206917-5555 | _______________________________________________ barebox mailing list barebox@lists.infradead.org http://lists.infradead.org/mailman/listinfo/barebox