From: Steve Sakoman Date: Fri, 30 Sep 2011 09:20:57 +0000 (+0000) Subject: omap: overo: Use ubifs instead of jffs2 for nand X-Git-Tag: v2011.12-rc1~29^2~1 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=254973e6df0e48f1a72b67905185c774dcd9f394;p=u-boot omap: overo: Use ubifs instead of jffs2 for nand Signed-off-by: Steve Sakoman Tested-by: Ash Charles --- diff --git a/include/configs/omap3_overo.h b/include/configs/omap3_overo.h index 0874716299..79eb46683b 100644 --- a/include/configs/omap3_overo.h +++ b/include/configs/omap3_overo.h @@ -163,8 +163,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} " \