From patchwork Fri Sep 30 19:20:57 2011 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Steve Sakoman X-Patchwork-Id: 117186 X-Patchwork-Delegate: agust@denx.de 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 EFDE8B6F75 for ; Sat, 1 Oct 2011 05:21:05 +1000 (EST) Received: from localhost (localhost [127.0.0.1]) by theia.denx.de (Postfix) with ESMTP id 5286828584; Fri, 30 Sep 2011 21:21:04 +0200 (CEST) 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 oymgrV2tFFLH; Fri, 30 Sep 2011 21:21:04 +0200 (CEST) Received: from theia.denx.de (localhost [127.0.0.1]) by theia.denx.de (Postfix) with ESMTP id 3F1E228594; Fri, 30 Sep 2011 21:21:02 +0200 (CEST) Received: from localhost (localhost [127.0.0.1]) by theia.denx.de (Postfix) with ESMTP id D4CDA28594 for ; Fri, 30 Sep 2011 21:21:00 +0200 (CEST) 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 93+OUlV8YdnA for ; Fri, 30 Sep 2011 21:21:00 +0200 (CEST) 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-vx0-f172.google.com (mail-vx0-f172.google.com [209.85.220.172]) by theia.denx.de (Postfix) with ESMTPS id 00F2528584 for ; Fri, 30 Sep 2011 21:20:58 +0200 (CEST) Received: by vcbfo11 with SMTP id fo11so1572015vcb.3 for ; Fri, 30 Sep 2011 12:20:57 -0700 (PDT) MIME-Version: 1.0 Received: by 10.52.176.33 with SMTP id cf1mr6367672vdc.202.1317410457228; Fri, 30 Sep 2011 12:20:57 -0700 (PDT) Received: by 10.52.183.229 with HTTP; Fri, 30 Sep 2011 12:20:57 -0700 (PDT) Date: Fri, 30 Sep 2011 12:20:57 -0700 Message-ID: From: Steve Sakoman To: u-boot@lists.denx.de Subject: [U-Boot] omap: overo: Use ubifs instead of jffs2 for nand 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 Signed-off-by: Steve Sakoman Tested-by: Ash Charles diff --git a/include/configs/omap3_overo.h b/include/configs/omap3_overo.h index 9a8ef06..8114194 100644 --- a/include/configs/omap3_overo.h +++ b/include/configs/omap3_overo.h @@ -164,8 +164,8 @@ "mmcdev=0\0" \ "mmcroot=/dev/mmcblk0p2 rw\0" \ "mmcrootfstype=ext3 rootwait\0" \ - "nandroot=/dev/mtdblock4 rw\0" \ - "nandrootfstype=jffs2\0" \ + "nandroot=ubi0:rootfs ubi.mtd=4\0" \ + "nandrootfstype=ubifs\0" \ "mmcargs=setenv bootargs console=${console} " \ "${optargs} " \ "mpurate=${mpurate} " \