From mboxrd@z Thu Jan 1 00:00:00 1970 Return-path: Received: from 9.mo3.mail-out.ovh.net ([87.98.184.141] helo=mo3.mail-out.ovh.net) by merlin.infradead.org with esmtp (Exim 4.76 #1 (Red Hat Linux)) id 1SDTzH-00052e-QX for barebox@lists.infradead.org; Fri, 30 Mar 2012 05:03:00 +0000 Received: from mail622.ha.ovh.net (b7.ovh.net [213.186.33.57]) by mo3.mail-out.ovh.net (Postfix) with SMTP id 0A5E8FF8BC6 for ; Fri, 30 Mar 2012 07:03:27 +0200 (CEST) From: Jean-Christophe PLAGNIOL-VILLARD Date: Fri, 30 Mar 2012 06:47:56 +0200 Message-Id: <1333082876-22403-6-git-send-email-plagnioj@jcrosoft.com> In-Reply-To: <20120330044138.GY444@game.jcrosoft.org> References: <20120330044138.GY444@game.jcrosoft.org> List-Id: 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: barebox-bounces@lists.infradead.org Errors-To: barebox-bounces+u.kleine-koenig=pengutronix.de@lists.infradead.org Subject: [PATCH 6/6] at91rm9200ek: adjust kernel partition to be able to flash mainline kernel To: barebox@lists.infradead.org, Nicolas Ferre Cc: Patrice VILCHEZ Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD --- arch/arm/boards/at91rm9200ek/env/config | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/arch/arm/boards/at91rm9200ek/env/config b/arch/arm/boards/at91rm9200ek/env/config index 92101e6..735bb10 100644 --- a/arch/arm/boards/at91rm9200ek/env/config +++ b/arch/arm/boards/at91rm9200ek/env/config @@ -25,7 +25,7 @@ kernelimage=uImage #kernelimage=Image #kernelimage=Image.lzo -nor_parts="256k(barebox)ro,64k(bareboxenv),1536k(kernel),-(root)" +nor_parts="256k(barebox)ro,64k(bareboxenv),3M(kernel),-(root)" rootfs_mtdblock_nor=3 autoboot_timeout=3 -- 1.7.9.1 _______________________________________________ barebox mailing list barebox@lists.infradead.org http://lists.infradead.org/mailman/listinfo/barebox