Re: [U-Boot-Users] [PATCH] Fix OneNAND read

2008-04-13 Thread Wolfgang Denk
In message <[EMAIL PROTECTED]> you wrote: > It should access with 16-bit instead of 8-bit > > Now it uses the generic memcpy with 8-bit access. It means it reads wrong > data from OneNAND. > > Signed-off-by: Kyungmin Park <[EMAIL PROTECTED]> > --- > diff --git a/drivers/mtd/onenand/onenand_base.

[U-Boot-Users] [PATCH] Fix OneNAND read

2008-03-30 Thread Kyungmin Park
It should access with 16-bit instead of 8-bit Now it uses the generic memcpy with 8-bit access. It means it reads wrong data from OneNAND. Signed-off-by: Kyungmin Park <[EMAIL PROTECTED]> --- diff --git a/drivers/mtd/onenand/onenand_base.c b/drivers/mtd/onenand/onenand_base.c index 3b828fb..174