public inbox for linux-mtd@lists.infradead.org
 help / color / mirror / Atom feed
* cmdlineparts and chip initialization order
@ 2004-11-11 22:01 Marc Singer
  2004-11-11 22:51 ` Thomas Gleixner
  2004-11-11 23:18 ` Aras Vaichas
  0 siblings, 2 replies; 5+ messages in thread
From: Marc Singer @ 2004-11-11 22:01 UTC (permalink / raw)
  To: linux-mtd

With a command line like this:

  console=ttyAM0 root=/dev/hda1 mtdparts=norflash:2m(boot),-(root);nandflash:32k(apex)ro,-(root)

I am able to initialization partitions for the NOR flash, but not the
NAND flash.  It look like the problem is that the NOR flash driver is
initializing before the mtdparts command line parsed, but the NAND
flash isn't.

All code is linked into the kernel--no modules.

Moving the cmdlinepart.o file to the end of the list appears to
prevent the command line from being parsed.

Is this a recognized problem with a known solution.

BTW, it looks like none of the other NAND drivers expect a command
line partition setup.  Has anyone else tried?

Cheers.

^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2004-11-12 10:27 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2004-11-11 22:01 cmdlineparts and chip initialization order Marc Singer
2004-11-11 22:51 ` Thomas Gleixner
2004-11-12 10:18   ` Marc Singer
2004-11-12 10:27   ` Marc Singer
2004-11-11 23:18 ` Aras Vaichas

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox