Re: [U-Boot-Users] [PATCH] Cleanup nand_info[] declaration.

2008-05-22 Thread Scott Wood
On Tue, May 13, 2008 at 05:31:24PM +0200, Stelian Pop wrote: > The nand_info array is declared as extern in several .c files. > Those days, nand.h contains a reference to the array, so there is > no need to declare it elsewhere. > > Signed-off-by: Stelian Pop <[EMAIL PROTECTED]> > --- > common/cm

Re: [U-Boot-Users] [PATCH] Cleanup nand_info[] declaration.

2008-05-13 Thread Jean-Christophe PLAGNIOL-VILLARD
On 17:31 Tue 13 May , Stelian Pop wrote: > The nand_info array is declared as extern in several .c files. > Those days, nand.h contains a reference to the array, so there is > no need to declare it elsewhere. > > Signed-off-by: Stelian Pop <[EMAIL PROTECTED]> Applied in branch testing-V2 Best

[U-Boot-Users] [PATCH] Cleanup nand_info[] declaration.

2008-05-13 Thread Stelian Pop
The nand_info array is declared as extern in several .c files. Those days, nand.h contains a reference to the array, so there is no need to declare it elsewhere. Signed-off-by: Stelian Pop <[EMAIL PROTECTED]> --- common/cmd_nand.c |2 -- common/env_nand.c |3 --- common/lcd.c