public inbox for linux-mtd@lists.infradead.org
 help / color / mirror / Atom feed
From: Thomas Gleixner <tglx@linutronix.de>
To: jbeisert@eurodsn.de
Cc: linux-mtd@lists.infradead.org
Subject: Re: NAND-Flash ECC data not used
Date: Tue, 08 Jul 2003 18:11:05 +0200	[thread overview]
Message-ID: <200307081811.05797.tglx@linutronix.de> (raw)
In-Reply-To: <200307081405.56822.jbeisert@eurodsn.de>

On Tuesday 08 July 2003 14:05, Juergen Beisert wrote:
> Am Dienstag, 8. Juli 2003 12:42 schrieben Sie:
> > On Tuesday 08 July 2003 10:01, Juergen Beisert wrote:
> >
> > Have you enabled CONFIG_JFFS2_NAND ?
>
> I cannot find any source- or "Config.in" file that uses or defines this
> macro. Not in my 2.4.21pre4 nor in the mtd snapshot (from July 1. 2003).
>
> > This happens on boot up too, if you have not given the fs type in the
> > commandline and the kernel tries to mount the partition with ext2 first.
> > It should not happen with jffs2.
>
mtd/fs/Config.in contains
dep_tristate 'Journalling Flash File System (JFFS) support' CONFIG_JFFS_FS 
$CONFIG_MTD
if [ "$CONFIG_JFFS_FS" = "y" -o "$CONFIG_JFFS_FS" = "m" ] ; then
   int 'JFFS debugging verbosity (0 = quiet, 3 = noisy)' 
CONFIG_JFFS_FS_VERBOSE 0
   bool 'JFFS stats available in /proc filesystem' CONFIG_JFFS_PROC_FS
fi
dep_tristate 'Journalling Flash File System v2 (JFFS2) support' 
CONFIG_JFFS2_FS $CONFIG_MTD
if [ "$CONFIG_JFFS2_FS" = "y" -o "$CONFIG_JFFS2_FS" = "m" ] ; then
   int 'JFFS2 debugging verbosity (0 = quiet, 2 = noisy)' 
CONFIG_JFFS2_FS_DEBUG 0
   bool 'JFFS2 support for NAND chips' CONFIG_JFFS2_FS_NAND
fi

This is patched into the linux/fs/Config.in by the patchin.sh script, which 
can be found in mtd/patches. It's recommended to use this script.

-- 
Thomas
________________________________________________________________________
linutronix - competence in embedded & realtime linux
http://www.linutronix.de
mail: tglx@linutronix.de

  reply	other threads:[~2003-07-08 15:14 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2003-07-08  8:01 NAND-Flash ECC data not used Juergen Beisert
2003-07-08 10:42 ` Thomas Gleixner
2003-07-08 12:05   ` Juergen Beisert
2003-07-08 16:11     ` Thomas Gleixner [this message]
2003-07-09 14:43       ` Juergen Beisert

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=200307081811.05797.tglx@linutronix.de \
    --to=tglx@linutronix.de \
    --cc=jbeisert@eurodsn.de \
    --cc=linux-mtd@lists.infradead.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox