From mboxrd@z Thu Jan 1 00:00:00 1970 From: Anatolij Gustschin Date: Tue, 6 Dec 2011 21:23:13 +0100 Subject: [U-Boot] omap: overo: Use ubifs instead of jffs2 for nand In-Reply-To: References: Message-ID: <20111206212313.669746f9@wker> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de On Fri, 30 Sep 2011 12:20:57 -0700 Steve Sakoman wrote: > Signed-off-by: Steve Sakoman > --- > > 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} " \ Applied to u-boot-staging/agust at denx.de. Thanks! Anatolij