From: Yegor Yefremov Date: Mon, 18 Jul 2011 13:44:42 +0000 (+0200) Subject: am3517evm: remove rootfstype kernel parameter for MMC boot device X-Git-Tag: v2012.04-rc1~240 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=10f3bdd36e328b0bf4f8065e2d650dd8e9fa7976;p=platform%2Fkernel%2Fu-boot.git am3517evm: remove rootfstype kernel parameter for MMC boot device it is not necessary to define rootfstype for mass storage devices. Kernel detects it automatically. Signed-off-by: Yegor Yefremov --- diff --git a/include/configs/am3517_evm.h b/include/configs/am3517_evm.h index f797f3f..b5f75d1 100644 --- a/include/configs/am3517_evm.h +++ b/include/configs/am3517_evm.h @@ -192,8 +192,7 @@ "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" \