uboot-mt623x/fs
Remy Bohmer 0bb86d823b Make the YAFFS filesystem work
Recently the YAFFS filesystem support has been added to U-boot.
However, just enabling CONFIG_YAFFS2 is not enough to get it working.

ymount will generate an exception (when dereferencing mtd->readoob()), because
the genericDevice is a null pointer. Further, a lot of logging is produced
while using YAFFS fs, so logging should also be disabled.
Both issues are solved by this patch.

With this patch and CONFIG_YAFFS2 enabled, I get a readable filesystem
in U-boot, as well as in Linux.

Tested on a Atmel AT91SAM9261EK board.

Signed-off-by: Remy Bohmer <linux@bohmer.net>
Acked-by: William Juul <william.juul@tandberg.com>
Signed-off-by: Scott Wood <scottwood@freescale.com>
2008-08-21 14:05:33 -05:00
..
cramfs Merge branch 'new-image' of git://www.denx.de/git/u-boot-testing 2008-03-26 09:38:06 +01:00
ext2 fs: Fix ext2 read issue 2008-03-02 22:47:35 +01:00
fat Fix checking fat32 cluster size. 2008-03-03 00:40:42 +01:00
fdos fs/: Remove obsolete references to CONFIG_COMMANDS 2007-07-09 17:56:50 -05:00
jffs2 drivers/mtd/nand: Move conditional compilation to Makefile 2008-08-13 01:40:43 +02:00
reiserfs Big white-space cleanup. 2008-05-21 00:14:08 +02:00
yaffs2 Make the YAFFS filesystem work 2008-08-21 14:05:33 -05:00
Makefile moving files from yaffs2/direct/ to yaffs2/ and deleting all symlinks 2008-08-12 11:31:21 -05:00