From b4ebeb86d1aa00f1fceb4de15333d9e85a476dc3 Mon Sep 17 00:00:00 2001 From: Javier Martinez Canillas Date: Fri, 29 Jun 2012 02:45:41 +0000 Subject: [PATCH] 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 --- include/configs/igep00x0.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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} " \