public inbox for linux-mtd@lists.infradead.org
 help / color / mirror / Atom feed
From: Fabrice Gautier <gautier@email.enst.fr>
To: mtd@infradead.org
Subject: Mapping for JEDEC and CFI
Date: Sat, 21 Apr 2001 18:11:12 +0200	[thread overview]
Message-ID: <20010421180325.DAC3.GAUTIER@email.enst.fr> (raw)

Hi,

I think there is a problem in Config.in wrt CFI and JEDEC custom
mapping.

What's the differnece between CONFIG_MTD_PHYSMAP:

   dep_tristate '  CFI Flash device in physical memory map' CONFIG_MTD_PHYSMAP $CONFIG_MTD_CFI
   if [ "$CONFIG_MTD_PHYSMAP" = "y" -o "$CONFIG_MTD_PHYSMAP" = "m" ]; then
      hex '    Physical start address of flash mapping' CONFIG_MTD_PHYSMAP_START 0x8000000
      hex '    Physical length of flash mapping' CONFIG_MTD_PHYSMAP_LEN 0x4000000
      int '    Bus width in octets' CONFIG_MTD_PHYSMAP_BUSWIDTH 2
   fi

and  CONFIG_MTD_CSTM_CFI_JEDEC:

   dep_tristate '  CFI and JEDEC Flash device mapping on custom board' CONFIG_MTD_CSTM_CFI_JEDEC $CONFIG_MTD_CFI
   if [ "$CONFIG_MTD_CSTM_CFI_JEDEC" = "y" -o "$CONFIG_MTD_CSTM_CFI_JEDEC" = "m" ]; then
      hex '    Physical start address of flash mapping' CONFIG_MTD_PHYSMAP_START 0x8000000
      hex '    Physical length of flash mapping' CONFIG_MTD_PHYSMAP_LEN 0x4000000
      int '    Bus width in octets' CONFIG_MTD_PHYSMAP_BUSWIDTH 2
      define_bool CONFIG_MTD_JEDEC y
   fi


And by the way, why the support for custom JEDEC mapping is here and not
with the JEDEC driver?

Thanks
-- 
Fabrice Gautier <gautier@email.enstfr>



To unsubscribe, send "unsubscribe mtd" to majordomo@infradead.org

             reply	other threads:[~2001-04-21 16:12 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2001-04-21 16:11 Fabrice Gautier [this message]
2001-04-21 16:49 ` Mapping for JEDEC and CFI David Woodhouse

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=20010421180325.DAC3.GAUTIER@email.enst.fr \
    --to=gautier@email.enst.fr \
    --cc=mtd@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