]> Git Repo - u-boot.git/commitdiff
am3517evm: remove rootfstype kernel parameter for MMC boot device
authorYegor Yefremov <[email protected]>
Mon, 18 Jul 2011 13:44:42 +0000 (15:44 +0200)
committerAlbert ARIBAUD <[email protected]>
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 <[email protected]>
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" \
This page took 0.034536 seconds and 4 git commands to generate.