]> git.kernelconcepts.de Git - karo-tx-uboot.git/commitdiff
ti_omap4_common: use ext4 fs as default.
authorLokesh Vutla <lokeshvutla@ti.com>
Fri, 28 Aug 2015 08:05:06 +0000 (13:35 +0530)
committerTom Rini <trini@konsulko.com>
Fri, 11 Sep 2015 18:05:36 +0000 (14:05 -0400)
All TI SoCs expect filesystem to be ext4, omap4_common is the only one
with ext3. move omap4 to ext4 so that we can start consolidating MMC
arguments.

Signed-off-by: Lokesh Vutla <lokeshvutla@ti.com>
include/configs/ti_omap4_common.h

index 2eaa3b61b4c3b7dd494fd52ac47b387f4e353a56..6139246daa20dec9bb227564e11d7ecb2916d421 100644 (file)
@@ -92,7 +92,7 @@
        "vram=16M\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} " \