projects
/
oweals
/
u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
528cdca
)
omap: overo: Use ubifs instead of jffs2 for nand
author
Steve Sakoman
<sakoman@gmail.com>
Fri, 30 Sep 2011 09:20:57 +0000
(09:20 +0000)
committer
Anatolij Gustschin
<agust@denx.de>
Fri, 9 Dec 2011 16:28:28 +0000
(17:28 +0100)
Signed-off-by: Steve Sakoman <steve@sakoman.com>
Tested-by: Ash Charles <ash@gumstix.com>
include/configs/omap3_overo.h
patch
|
blob
|
history
diff --git
a/include/configs/omap3_overo.h
b/include/configs/omap3_overo.h
index 0874716299d4cedd644366136d5012c70a10a2cf..79eb46683bc2164aa3be8cf71d23f0d9a1a08c93 100644
(file)
--- a/
include/configs/omap3_overo.h
+++ b/
include/configs/omap3_overo.h
@@
-163,8
+163,8
@@
"mmcdev=0\0" \
"mmcroot=/dev/mmcblk0p2 rw\0" \
"mmcrootfstype=ext3 rootwait\0" \
- "nandroot=
/dev/mtdblock4 rw
\0" \
- "nandrootfstype=
jffs2
\0" \
+ "nandroot=
ubi0:rootfs ubi.mtd=4
\0" \
+ "nandrootfstype=
ubifs
\0" \
"mmcargs=setenv bootargs console=${console} " \
"${optargs} " \
"mpurate=${mpurate} " \