projects
/
platform
/
kernel
/
u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2047051
)
am3517evm: remove rootfstype kernel parameter for MMC boot device
author
Yegor Yefremov
<yegorslists@googlemail.com>
Mon, 18 Jul 2011 13:44:42 +0000
(15:44 +0200)
committer
Albert 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
patch
|
blob
|
history
diff --git
a/include/configs/am3517_evm.h
b/include/configs/am3517_evm.h
index
f797f3f
..
b5f75d1
100644
(file)
--- 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" \