Commit c9c405dd9e2df8818b37a9f6b87c3b171fd47211

Authored by Philip, Avinash
1 parent 717aec7087
Exists in master

arm:omap:am335x - Disabled JFFS2 filesystem support

JFFS2 requires 8 byte in OOB area for clean markers leaving 56 bytes for
ECC. However recently added BCH8 support requires 58 bytes for ECC which
leaves 6 bytes. This causes JFSS2 to fail.

This patch removes JFFS2 Support. Instead UBIFS will be used

Signed-off-by: Philip, Avinash <avinashphilip@ti.com>

Showing 1 changed file with 1 additions and 17 deletions Side-by-side Diff

arch/arm/configs/am335x_evm_defconfig
... ... @@ -2081,23 +2081,7 @@
2081 2081 # CONFIG_BEFS_FS is not set
2082 2082 # CONFIG_BFS_FS is not set
2083 2083 # CONFIG_EFS_FS is not set
2084   -CONFIG_JFFS2_FS=y
2085   -CONFIG_JFFS2_FS_DEBUG=0
2086   -CONFIG_JFFS2_FS_WRITEBUFFER=y
2087   -# CONFIG_JFFS2_FS_WBUF_VERIFY is not set
2088   -CONFIG_JFFS2_SUMMARY=y
2089   -CONFIG_JFFS2_FS_XATTR=y
2090   -CONFIG_JFFS2_FS_POSIX_ACL=y
2091   -CONFIG_JFFS2_FS_SECURITY=y
2092   -CONFIG_JFFS2_COMPRESSION_OPTIONS=y
2093   -CONFIG_JFFS2_ZLIB=y
2094   -CONFIG_JFFS2_LZO=y
2095   -CONFIG_JFFS2_RTIME=y
2096   -CONFIG_JFFS2_RUBIN=y
2097   -# CONFIG_JFFS2_CMODE_NONE is not set
2098   -CONFIG_JFFS2_CMODE_PRIORITY=y
2099   -# CONFIG_JFFS2_CMODE_SIZE is not set
2100   -# CONFIG_JFFS2_CMODE_FAVOURLZO is not set
  2084 +# CONFIG_JFFS2_FS is not set
2101 2085 CONFIG_UBIFS_FS=y
2102 2086 # CONFIG_UBIFS_FS_XATTR is not set
2103 2087 # CONFIG_UBIFS_FS_ADVANCED_COMPR is not set