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
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
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