]> git.kernelconcepts.de Git - karo-tx-uboot.git/commitdiff
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 2751627cf42dc2a8d22aecc4095c20632a70ab70..c21c387cba87d953f410713a22f5e74b6b5edf50 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} " \