From patchwork Fri Nov 19 16:56:40 2010 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: =?utf-8?q?G=C3=A9rald_Kerma?= X-Patchwork-Id: 72272 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Received: from theia.denx.de (theia.denx.de [85.214.87.163]) by ozlabs.org (Postfix) with ESMTP id C4E871007D2 for ; Sat, 20 Nov 2010 03:56:48 +1100 (EST) Received: from localhost (localhost [127.0.0.1]) by theia.denx.de (Postfix) with ESMTP id 8581328284; Fri, 19 Nov 2010 17:56:47 +0100 (CET) X-Virus-Scanned: Debian amavisd-new at theia.denx.de Received: from theia.denx.de ([127.0.0.1]) by localhost (theia.denx.de [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id r9DxfR6IvVFg; Fri, 19 Nov 2010 17:56:47 +0100 (CET) Received: from theia.denx.de (localhost [127.0.0.1]) by theia.denx.de (Postfix) with ESMTP id 810FC282CB; Fri, 19 Nov 2010 17:56:44 +0100 (CET) Received: from localhost (localhost [127.0.0.1]) by theia.denx.de (Postfix) with ESMTP id F34B8282CB for ; Fri, 19 Nov 2010 17:56:42 +0100 (CET) X-Virus-Scanned: Debian amavisd-new at theia.denx.de Received: from theia.denx.de ([127.0.0.1]) by localhost (theia.denx.de [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id CxQduc8n-EUG for ; Fri, 19 Nov 2010 17:56:42 +0100 (CET) X-policyd-weight: NOT_IN_SBL_XBL_SPAMHAUS=-1.5 NOT_IN_SPAMCOP=-1.5 NOT_IN_BL_NJABL=-1.5 (only DNSBL check requested) Received: from mail-ww0-f52.google.com (mail-ww0-f52.google.com [74.125.82.52]) by theia.denx.de (Postfix) with ESMTP id 4FE3A28284 for ; Fri, 19 Nov 2010 17:56:42 +0100 (CET) Received: by wwb17 with SMTP id 17so1180925wwb.9 for ; Fri, 19 Nov 2010 08:56:42 -0800 (PST) Received: by 10.227.138.80 with SMTP id z16mr2514631wbt.93.1290185801697; Fri, 19 Nov 2010 08:56:41 -0800 (PST) Received: from [192.168.0.168] (louche.kerma.com.fr [88.178.80.34]) by mx.google.com with ESMTPS id l51sm895433wer.26.2010.11.19.08.56.40 (version=SSLv3 cipher=RC4-MD5); Fri, 19 Nov 2010 08:56:41 -0800 (PST) Message-ID: <4CE6AC48.3010106@gmail.com> Date: Fri, 19 Nov 2010 17:56:40 +0100 From: =?ISO-8859-1?Q?G=E9rald_Kerma?= User-Agent: Mozilla/5.0 (X11; U; Linux i686; fr-FR; rv:1.9.2.12) Gecko/20101027 Lightning/1.0b2 Thunderbird/3.1.6 MIME-Version: 1.0 To: Prafulla Wadaskar References: <4CE6A1B2.1040100@gmail.com> <4CE6AC08.8050302@gmail.com> In-Reply-To: <4CE6AC08.8050302@gmail.com> X-Enigmail-Version: 1.1.1 OpenPGP: id=DED5B136 Cc: "u-boot@lists.denx.de" , Clint Adams Subject: [U-Boot] [PATCH v2 1/1] Sheevaplug: Fix environments for booting retail system X-BeenThere: u-boot@lists.denx.de X-Mailman-Version: 2.1.9 Precedence: list List-Id: U-Boot discussion List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: u-boot-bounces@lists.denx.de Errors-To: u-boot-bounces@lists.denx.de --- include/configs/sheevaplug.h | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/include/configs/sheevaplug.h b/include/configs/sheevaplug.h index 82e49c0..9f5f122 100644 --- a/include/configs/sheevaplug.h +++ b/include/configs/sheevaplug.h @@ -83,13 +83,13 @@ "${x_bootcmd_usb}; bootm 0x6400000;" #define CONFIG_MTDPARTS "orion_nand:512k(uboot)," \ - "3m@1m(kernel),1m@4m(psm),13m@5m(rootfs) rw\0" + "3m@1m(kernel),1m@4m(psm),507m@5m(rootfs) rw\0" #define CONFIG_EXTRA_ENV_SETTINGS "x_bootargs=console" \ "=ttyS0,115200 mtdparts="CONFIG_MTDPARTS \ "x_bootcmd_kernel=nand read 0x6400000 0x100000 0x300000\0" \ "x_bootcmd_usb=usb start\0" \ - "x_bootargs_root=root=/dev/mtdblock3 rw rootfstype=jffs2\0" + "x_bootargs_root=ubi.mtd=3 root=ubi0:rootfs rootfstype=ubifs\0" /* * SDIO/MMC Card Configuration