summaryrefslogtreecommitdiffstats
path: root/include/configs/omap3_beagle.h
diff options
context:
space:
mode:
authorSteve Sakoman <sakoman@gmail.com>2011-09-30 09:29:11 +0000
committerAlbert ARIBAUD <albert.u.boot@aribaud.net>2011-10-27 21:56:34 +0200
commit3c6e50d7581e12b14da34b4ae646024a11cb580b (patch)
tree5e137bbab3acae18f0486ad5d67f57c651013e07 /include/configs/omap3_beagle.h
parent353ffa7f93ab90655af2b194b7d0d16f106c297c (diff)
downloadblackbird-obmc-uboot-3c6e50d7581e12b14da34b4ae646024a11cb580b.tar.gz
blackbird-obmc-uboot-3c6e50d7581e12b14da34b4ae646024a11cb580b.zip
omap: beagle: Use ubifs instead of jffs2 for nand boot
Signed-off-by: Steve Sakoman <steve@sakoman.com> Acked-by: Koen Kooi <k-kooi@ti.com> Signed-off-by: Sandeep Paulraj <s-paulraj@ti.com>
Diffstat (limited to 'include/configs/omap3_beagle.h')
-rw-r--r--include/configs/omap3_beagle.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/configs/omap3_beagle.h b/include/configs/omap3_beagle.h
index a0264786a1..ebb572e3f0 100644
--- a/include/configs/omap3_beagle.h
+++ b/include/configs/omap3_beagle.h
@@ -226,8 +226,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" \
"ramroot=/dev/ram0 rw ramdisk_size=65536 initrd=0x81000000,64M\0" \
"ramrootfstype=ext2\0" \
"mmcargs=setenv bootargs console=${console} " \
OpenPOWER on IntegriCloud