From: Javier Martinez Canillas Date: Fri, 29 Jun 2012 02:45:41 +0000 (+0000) Subject: igep00x0: default mmcrootfstype to EXT4 X-Git-Tag: v2012.10-rc1~341 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=b4ebeb86d1aa00f1fceb4de15333d9e85a476dc3;p=u-boot igep00x0: default mmcrootfstype to EXT4 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 Acked-by: Enric Balletbo i Serra --- diff --git a/include/configs/igep00x0.h b/include/configs/igep00x0.h index 62b4afc7b8..a0a23a79fd 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} " \