diff options
author | Javier Martinez Canillas <javier@dowhile0.org> | 2012-06-29 02:45:41 +0000 |
---|---|---|
committer | Albert ARIBAUD <albert.u.boot@aribaud.net> | 2012-09-01 14:58:10 +0200 |
commit | b4ebeb86d1aa00f1fceb4de15333d9e85a476dc3 (patch) | |
tree | 29453e20454c1e57503a08156b6119ea8cbfc9ef /include | |
parent | e5e73c17db63dc269e45fe0bb3a39159ac17632b (diff) | |
download | u-boot-imx-b4ebeb86d1aa00f1fceb4de15333d9e85a476dc3.zip u-boot-imx-b4ebeb86d1aa00f1fceb4de15333d9e85a476dc3.tar.gz u-boot-imx-b4ebeb86d1aa00f1fceb4de15333d9e85a476dc3.tar.bz2 |
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 <javier@dowhile0.org>
Acked-by: Enric Balletbo i Serra <eballetbo@gmail.com>
Diffstat (limited to 'include')
-rw-r--r-- | 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} " \ |