Re: [U-Boot] onenand and nand together

2008-10-31 Thread Scott Wood
On Thu, Oct 30, 2008 at 08:55:22AM +0100, Alessandro Rubini wrote: 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),

[U-Boot] onenand and nand together

2008-10-30 Thread Alessandro Rubini
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