summaryrefslogtreecommitdiffstats
path: root/include/configs/am3517_evm.h
diff options
context:
space:
mode:
authorYegor Yefremov <yegorslists@googlemail.com>2011-07-18 15:44:42 +0200
committerAlbert ARIBAUD <albert.u.boot@aribaud.net>2012-02-12 10:11:23 +0100
commit10f3bdd36e328b0bf4f8065e2d650dd8e9fa7976 (patch)
tree9baefbc3eaebef5655c3f297d51ef6e1846a09a5 /include/configs/am3517_evm.h
parent204705111ca10f52f62e1a02ba567d8fc33a6d1e (diff)
downloadblackbird-obmc-uboot-10f3bdd36e328b0bf4f8065e2d650dd8e9fa7976.tar.gz
blackbird-obmc-uboot-10f3bdd36e328b0bf4f8065e2d650dd8e9fa7976.zip
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 <yegorslists@googlemail.com>
Diffstat (limited to 'include/configs/am3517_evm.h')
-rw-r--r--include/configs/am3517_evm.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/include/configs/am3517_evm.h b/include/configs/am3517_evm.h
index f797f3ffd9..b5f75d1e8d 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" \
OpenPOWER on IntegriCloud