diff mbox

[U-Boot,2/2] igep00x0: default mmcrootfstype to EXT4

Message ID 1340973941-14332-2-git-send-email-javier@dowhile0.org
State Accepted
Commit b4ebeb86d1aa00f1fceb4de15333d9e85a476dc3
Delegated to: Tom Rini
Headers show

Commit Message

Javier Martinez Canillas June 29, 2012, 12:45 p.m. UTC
omap2plus_defconfig now has built-in compile support for EXT4 enabled
by default now. So, we can use EXT4 as the default root file system
type for MMC.

Signed-off-by: Javier Martinez Canillas <javier@dowhile0.org>
---
 include/configs/igep00x0.h |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

Comments

Enric Balletbo Serra July 3, 2012, 8:23 a.m. UTC | #1
2012/6/29 Javier Martinez Canillas <javier@dowhile0.org>

> omap2plus_defconfig now has built-in compile support for EXT4 enabled
> by default now. So, we can use EXT4 as the default root file system
> type for MMC.
>
> Signed-off-by: Javier Martinez Canillas <javier@dowhile0.org>
> ---
>  include/configs/igep00x0.h |    2 +-
>  1 files changed, 1 insertions(+), 1 deletions(-)
>
> diff --git a/include/configs/igep00x0.h b/include/configs/igep00x0.h
> index 62b4afc..a0a23a7 100644
> --- a/include/configs/igep00x0.h
> +++ b/include/configs/igep00x0.h
> @@ -142,7 +142,7 @@
>         "defaultdisplay=dvi\0" \
>         "mmcdev=0\0" \
>         "mmcroot=/dev/mmcblk0p2 rw\0" \
> -       "mmcrootfstype=ext3 rootwait\0" \
> +       "mmcrootfstype=ext4 rootwait\0" \
>         "nandroot=/dev/mtdblock4 rw\0" \
>         "nandrootfstype=jffs2\0" \
>         "mmcargs=setenv bootargs console=${console} " \
> --
> 1.7.7.6
>
> _______________________________________________
> U-Boot mailing list
> U-Boot@lists.denx.de
> http://lists.denx.de/mailman/listinfo/u-boot
>


Thanks Javier, seems good for me. Acked

Cheers,
  Enric
Enric Balletbo Serra July 3, 2012, 3:12 p.m. UTC | #2
2012/6/29 Javier Martinez Canillas <javier@dowhile0.org>

> omap2plus_defconfig now has built-in compile support for EXT4 enabled
> by default now. So, we can use EXT4 as the default root file system
> type for MMC.
>
> Signed-off-by: Javier Martinez Canillas <javier@dowhile0.org>
> ---
>  include/configs/igep00x0.h |    2 +-
>  1 files changed, 1 insertions(+), 1 deletions(-)
>
> diff --git a/include/configs/igep00x0.h b/include/configs/igep00x0.h
> index 62b4afc..a0a23a7 100644
> --- a/include/configs/igep00x0.h
> +++ b/include/configs/igep00x0.h
> @@ -142,7 +142,7 @@
>         "defaultdisplay=dvi\0" \
>         "mmcdev=0\0" \
>         "mmcroot=/dev/mmcblk0p2 rw\0" \
> -       "mmcrootfstype=ext3 rootwait\0" \
> +       "mmcrootfstype=ext4 rootwait\0" \
>         "nandroot=/dev/mtdblock4 rw\0" \
>         "nandrootfstype=jffs2\0" \
>         "mmcargs=setenv bootargs console=${console} " \
> --
> 1.7.7.6
>
> _______________________________________________
> U-Boot mailing list
> U-Boot@lists.denx.de
> http://lists.denx.de/mailman/listinfo/u-boot
>

Resend with acked line to patchwork picks it up automatically. Sorry for
the noise

Acked-by: Enric Balletbo i Serra <eballetbo@gmail.com>
diff mbox

Patch

diff --git a/include/configs/igep00x0.h b/include/configs/igep00x0.h
index 62b4afc..a0a23a7 100644
--- a/include/configs/igep00x0.h
+++ b/include/configs/igep00x0.h
@@ -142,7 +142,7 @@ 
 	"defaultdisplay=dvi\0" \
 	"mmcdev=0\0" \
 	"mmcroot=/dev/mmcblk0p2 rw\0" \
-	"mmcrootfstype=ext3 rootwait\0" \
+	"mmcrootfstype=ext4 rootwait\0" \
 	"nandroot=/dev/mtdblock4 rw\0" \
 	"nandrootfstype=jffs2\0" \
 	"mmcargs=setenv bootargs console=${console} " \