aboutsummaryrefslogtreecommitdiff
path: root/include/configs
diff options
context:
space:
mode:
authorSteve Sakoman <sakoman@gmail.com>2011-09-30 09:20:57 +0000
committerAnatolij Gustschin <agust@denx.de>2011-12-09 17:28:28 +0100
commit254973e6df0e48f1a72b67905185c774dcd9f394 (patch)
tree0f6e24ee89b14a8696b90d8398c2603bfa1202ee /include/configs
parent528cdcaacee55eb6c2910637e19541ee2c327487 (diff)
omap: overo: Use ubifs instead of jffs2 for nand
Signed-off-by: Steve Sakoman <steve@sakoman.com> Tested-by: Ash Charles <ash@gumstix.com>
Diffstat (limited to 'include/configs')
-rw-r--r--include/configs/omap3_overo.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/configs/omap3_overo.h b/include/configs/omap3_overo.h
index 087471629..79eb46683 100644
--- 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} " \