[PATCH] am3517evm: remove rootfstype kernel parameter for MMC boot device
Yegor Yefremov
yegorslists at googlemail.com
Mon Jul 18 15:44:42 CEST 2011
it is not necessary to define rootfstype for mass storage devices.
Kernel detects it automatically.
Signed-off-by: Yegor Yefremov <yegorslists at googlemail.com>
---
include/configs/am3517_evm.h | 3 +--
1 files changed, 1 insertions(+), 2 deletions(-)
diff --git a/include/configs/am3517_evm.h b/include/configs/am3517_evm.h
index 18aaadf..8b8c80b 100644
--- a/include/configs/am3517_evm.h
+++ b/include/configs/am3517_evm.h
@@ -192,8 +192,7 @@
"loadaddr=0x82000000\0" \
"console=ttyO2,115200n8\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" \
More information about the U-Boot
mailing list