diff options
author | Tom Rini <trini@ti.com> | 2013-04-11 08:01:42 +0000 |
---|---|---|
committer | Tom Rini <trini@ti.com> | 2013-04-12 15:29:23 -0400 |
commit | 46afd3eff3e53e29613c489af0c128203bb3c5b4 (patch) | |
tree | 51b27597f49e9dfdd35c75f4f1484613b402b4e4 /include/configs | |
parent | 9d0fd10ca1931e5a32c7bfb500a471599a60ddbe (diff) | |
download | u-boot-imx-46afd3eff3e53e29613c489af0c128203bb3c5b4.zip u-boot-imx-46afd3eff3e53e29613c489af0c128203bb3c5b4.tar.gz u-boot-imx-46afd3eff3e53e29613c489af0c128203bb3c5b4.tar.bz2 |
omap5_common.h: Switch to ext4
ext3 should not be used on SD cards, so use ext4 instead.
Cc: Sricharan R <r.sricharan@ti.com>
Signed-off-by: Tom Rini <trini@ti.com>
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} " \ |