public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
* [U-Boot] onenand and nand together
@ 2008-10-30  7:55 Alessandro Rubini
  2008-10-31 18:50 ` Scott Wood
  0 siblings, 1 reply; 2+ messages in thread
From: Alessandro Rubini @ 2008-10-30  7:55 UTC (permalink / raw)
  To: u-boot


Hello.

I am working to merge support for a board (Nomadik 8815) that includes
both Nand and OneNand.  The plan is to have both devices online, while
the configuration selects which one to use for environment and boot.

Unfortunately, jffs2 code in head complains if both CONFIG_CMD_NAND
and CONFIG_CMD_ONENAND are defined.

This trivial one-liner seems to fix one of the problems (although it
introduces a warning if neither one is defined), but there's
a bigger issue with "struct nand_bbt_descr" which is defined in two
different places, and I see no clean solution to that.

Any suggestion to have both devices online with the same boot loader?

thanks
/alessandro

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

end of thread, other threads:[~2008-10-31 18:50 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-10-30  7:55 [U-Boot] onenand and nand together Alessandro Rubini
2008-10-31 18:50 ` Scott Wood

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