diff mbox

[U-Boot] omap: overo: Use ubifs instead of jffs2 for nand

Message ID CAGDS+nmJeXS7Hp7+DeZ=JaAyaZ_vZw4uC2KXJ1DE178uX5Fh+Q@mail.gmail.com
State Accepted
Delegated to: Anatolij Gustschin
Headers show

Commit Message

Steve Sakoman Sept. 30, 2011, 7:20 p.m. UTC
Signed-off-by: Steve Sakoman <steve@sakoman.com>
---

Comments

Ash Charles Sept. 30, 2011, 7:25 p.m. UTC | #1
On Fri, Sep 30, 2011 at 12:20 PM, Steve Sakoman <sakoman@gmail.com> wrote:
> Signed-off-by: Steve Sakoman <steve@sakoman.com>
Tested-by: Ash Charles <ash@gumstix.com>
Anatolij Gustschin Dec. 6, 2011, 8:23 p.m. UTC | #2
On Fri, 30 Sep 2011 12:20:57 -0700
Steve Sakoman <sakoman@gmail.com> wrote:

> Signed-off-by: Steve Sakoman <steve@sakoman.com>
> ---
> 
> 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@denx.de. Thanks!

Anatolij
diff mbox

Patch

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} " \