public inbox for linux-mtd@lists.infradead.org
 help / color / mirror / Atom feed
From: David Schleef <ds@schleef.org>
To: Robert Kaiser <rob@sysgo.de>
Cc: mtd@infradead.org
Subject: Re: Using mtdblock as root device
Date: Tue, 6 Mar 2001 18:07:00 -0800	[thread overview]
Message-ID: <20010306180700.A5214@stm.lbl.gov> (raw)
In-Reply-To: <01030614494400.02338@rob>; from rob@sysgo.de on Tue, Mar 06, 2001 at 02:37:48PM +0100

On Tue, Mar 06, 2001 at 02:37:48PM +0100, Robert Kaiser wrote:
> Hi,
> 
> On Die, 06 Mär 2001 you wrote:
> > It's been submitted many many times. If you do submit it again, please add 
> > nftl[bcd] and ftl[abcd] too, and I don't think you actually need anything 
> > more than
> > 	{"mtdblock", 0x1f00},
> > 
> > for the mtdblock devices, because they're handled just like partitions.
> 
> Hmm, I for one have two mtd devices on my platform, both of which I'd like
> to be able to use as root device. But I agree that 16 is probably a bit
> overkill. How about:
> 
> 	{"mtdblock0", 0x1f00},
> 	{"mtdblock1", 0x1f01},
> or:
> 	{"mtdblock", 0x1f00},
> 	{"mtdblock0", 0x1f00},
> 	{"mtdblock1", 0x1f01},


Just {"mtdblock", 0x1f00} will suffice, because any number
appended will be converted to an integer and be added to the
base number given.

Check the implementation of name_to_kdev_t in init/main.c for
details.



dave...



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

  reply	other threads:[~2001-03-07  2:07 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2001-03-06 11:38 Using mtdblock as root device Robert Kaiser
     [not found] ` <7121.983884306@redhat.com>
2001-03-06 13:37   ` Robert Kaiser
2001-03-07  2:07     ` David Schleef [this message]
  -- strict thread matches above, loose matches on Subject: below --
2001-03-06 13:49 Vipin Malik
2001-03-06 14:14 ` Robert Kaiser
2001-03-06 14:28   ` 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=20010306180700.A5214@stm.lbl.gov \
    --to=ds@schleef.org \
    --cc=mtd@infradead.org \
    --cc=rob@sysgo.de \
    /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