From 3c6e50d7581e12b14da34b4ae646024a11cb580b Mon Sep 17 00:00:00 2001 From: Steve Sakoman Date: Fri, 30 Sep 2011 09:29:11 +0000 Subject: [PATCH] omap: beagle: Use ubifs instead of jffs2 for nand boot Signed-off-by: Steve Sakoman Acked-by: Koen Kooi Signed-off-by: Sandeep Paulraj --- include/configs/omap3_beagle.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/include/configs/omap3_beagle.h b/include/configs/omap3_beagle.h index a026478..ebb572e 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} " \ -- 2.7.4