[U-Boot-Users] [PATCH 20/26] Add ATMEL LCD driver
Stelian Pop
stelian at popies.net
Tue May 13 17:28:45 CEST 2008
Le lundi 12 mai 2008 à 11:30 -0500, Scott Wood a écrit :
> On Fri, May 09, 2008 at 11:57:18PM +0200, Stelian Pop wrote:
> > +#if defined(CONFIG_ATMEL_LCD)
> > +#include <atmel_lcdc.h>
> > +#include <nand.h>
> > +extern nand_info_t nand_info[];
> > +#endif
>
> nand_info is declared in nand.h. No need to redeclare it.
Indeed. This is because I copy/pasted the same declaration from
cmd_nand.c. I'll submit a patch cleaning up all the uses of nand_info[].
Thanks,
--
Stelian Pop <stelian at popies.net>
More information about the U-Boot
mailing list