omap5_common.h: Switch to ext4
authorTom Rini <trini@ti.com>
Thu, 11 Apr 2013 08:01:42 +0000 (08:01 +0000)
committerTom Rini <trini@ti.com>
Fri, 12 Apr 2013 19:29:23 +0000 (15:29 -0400)
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>
include/configs/omap5_common.h

index 2751627..c21c387 100644 (file)
        "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} " \