From bbb9ada432116fb702b472052f2e918ae828609b Mon Sep 17 00:00:00 2001 From: Javier Martinez Canillas Date: Fri, 29 Jun 2012 02:45:41 +0000 Subject: 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(-) (limited to 'include') diff --git a/include/configs/igep00x0.h b/include/configs/igep00x0.h index 62b4afc7b..a0a23a79f 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} " \ -- cgit v1.2.3