am3517evm: remove rootfstype kernel parameter for MMC boot device
authorYegor Yefremov <yegorslists@googlemail.com>
Mon, 18 Jul 2011 13:44:42 +0000 (15:44 +0200)
committerAlbert ARIBAUD <albert.u.boot@aribaud.net>
Sun, 12 Feb 2012 09:11:23 +0000 (10:11 +0100)
it is not necessary to define rootfstype for mass storage devices.
Kernel detects it automatically.

Signed-off-by: Yegor Yefremov <yegorslists@googlemail.com>
include/configs/am3517_evm.h

index f797f3ffd97f0425614404e4b78ef0a980495e18..b5f75d1e8da7a39704ebef21409479792f28633c 100644 (file)
        "console=ttyO2,115200n8\0" \
        "mmcdev=0\0" \
        "mmcargs=setenv bootargs console=${console} " \
-               "root=/dev/mmcblk0p2 rw " \
-               "rootfstype=ext3 rootwait\0" \
+               "root=/dev/mmcblk0p2 rw rootwait\0" \
        "nandargs=setenv bootargs console=${console} " \
                "root=/dev/mtdblock4 rw " \
                "rootfstype=jffs2\0" \