]> git.karo-electronics.de Git - karo-tx-uboot.git/commitdiff
Update the rootfs type to ext4 for Overo and Pepper
authorAdam YH Lee <adam.yh.lee@gmail.com>
Mon, 20 Jul 2015 18:50:40 +0000 (11:50 -0700)
committerLothar Waßmann <LW@KARO-electronics.de>
Wed, 9 Sep 2015 11:50:45 +0000 (13:50 +0200)
Gumstix is migrating from ext3 to ext4 file system.

Signed-off-by: Adam YH Lee <adam.yh.lee@gmail.com>
Acked-by: Ash Charles <ashcharles@gmail.com>
include/configs/omap3_overo.h
include/configs/pepper.h

index 76bf3b621650fa818651bffa624af60f6f4943fe..a1a90ec313ec782a3834dd35b3dcbdea31981020 100644 (file)
        "defaultdisplay=dvi\0" \
        "mmcdev=0\0" \
        "mmcroot=/dev/mmcblk0p2 rw\0" \
-       "mmcrootfstype=ext3 rootwait\0" \
+       "mmcrootfstype=ext4 rootwait\0" \
        "nandroot=ubi0:rootfs ubi.mtd=4\0" \
        "nandrootfstype=ubifs\0" \
        "mtdparts=" MTDPARTS_DEFAULT "\0" \
index 16149f69d52c80ff1e44676d344b6c0c0fae5fcf..0bdcf22dc0d685ad507029b71b7b84a22afe6881 100644 (file)
@@ -41,7 +41,7 @@
        "optargs=\0" \
        "mmcdev=0\0" \
        "mmcroot=/dev/mmcblk0p2 rw\0" \
-       "mmcrootfstype=ext3 rootwait\0" \
+       "mmcrootfstype=ext4 rootwait\0" \
        "mmcargs=setenv bootargs console=${console} " \
                "${optargs} " \
                "root=${mmcroot} " \