diff options
author | Albert ARIBAUD <albert.u.boot@aribaud.net> | 2013-04-13 09:39:29 +0200 |
---|---|---|
committer | Albert ARIBAUD <albert.u.boot@aribaud.net> | 2013-04-13 09:39:29 +0200 |
commit | 0c669fd17a9d8452f70369474925a91139e3005d (patch) | |
tree | 13cf4ed24376688f72205f1d299ddf1398a7dbbd /include/configs | |
parent | 5e7ffaa4a31df369adeb9387b22a1981e93ea6b1 (diff) | |
parent | 46afd3eff3e53e29613c489af0c128203bb3c5b4 (diff) | |
download | u-boot-imx-0c669fd17a9d8452f70369474925a91139e3005d.zip u-boot-imx-0c669fd17a9d8452f70369474925a91139e3005d.tar.gz u-boot-imx-0c669fd17a9d8452f70369474925a91139e3005d.tar.bz2 |
Merge branch 'u-boot-ti/master' into 'u-boot-arm/master'
Diffstat (limited to 'include/configs')
-rw-r--r-- | include/configs/omap5_common.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/configs/omap5_common.h b/include/configs/omap5_common.h index 2751627..c21c387 100644 --- a/include/configs/omap5_common.h +++ b/include/configs/omap5_common.h @@ -152,7 +152,7 @@ "partitions=" PARTS_DEFAULT "\0" \ "mmcdev=0\0" \ "mmcroot=/dev/mmcblk0p2 rw\0" \ - "mmcrootfstype=ext3 rootwait\0" \ + "mmcrootfstype=ext4 rootwait\0" \ "mmcargs=setenv bootargs console=${console} " \ "vram=${vram} " \ "root=${mmcroot} " \ |