Re: [U-Boot] [PATCH 1/2] ARM DaVinci: Fix compilation error with new MTD code.

2008-08-19 Thread ksi
On Tue, 19 Aug 2008, Hugo Villeneuve wrote: ACK by: Sergey Kubushyn <[EMAIL PROTECTED]> > ARM DaVinci: Fix compilation error with new MTD code. > > Signed-off-by: Hugo Villeneuve <[EMAIL PROTECTED]> > > --- > > The new nand_ecclayout structure no longer has the > useecc member. Removed code that

[U-Boot] [PATCH 1/2] ARM DaVinci: Fix compilation error with new MTD code.

2008-08-19 Thread Hugo Villeneuve
ARM DaVinci: Fix compilation error with new MTD code. Signed-off-by: Hugo Villeneuve <[EMAIL PROTECTED]> --- The new nand_ecclayout structure no longer has the useecc member. Removed code that set this member. cpu/arm926ejs/davinci/nand.c |2 -- 1 files changed, 0 insertions(+), 2 deletion