
29 Jul
2008
29 Jul
'08
6:48 p.m.
On Tue, Jul 29, 2008 at 04:37:35PM +0200, Wolfgang Denk wrote:
In message 20080723191215.GA6559@ld0162-tx32.am.freescale.net you wrote:
This board seems to be using the legacy NAND interface, but doesn't define CFG_NAND_LEGACY. It also doesn't define CONFIG_CMD_NAND; if one does so, then it gets build errors (with or without CFG_NAND_LEGACY).
- csb637:
Likewise.
So is there an easy way to fix these boards?
Enable CFG_NAND_LEGACY and CONFIG_CMD_NAND, include whatever header that the NAND macros depend on, fix any other build breaks, and test the result. I don't have the hardware to do that last step, so I'll leave it up to the board maintainer.
-Scott