[U-Boot-Users] [PATCH 20/26] Add ATMEL LCD driver

Scott Wood scottwood at freescale.com
Mon May 12 18:30:16 CEST 2008


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.

-Scott




More information about the U-Boot mailing list