From mboxrd@z Thu Jan 1 00:00:00 1970 From: Wolfgang Denk Date: Mon, 14 Apr 2008 08:33:40 +0200 Subject: [U-Boot-Users] [PATCH] Fix OneNAND read In-Reply-To: Your message of "Mon, 31 Mar 2008 10:40:36 +0900." <20080331014036.GA30866@party> Message-ID: <20080414063340.8C91D248BB@gemini.denx.de> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de In message <20080331014036.GA30866@party> 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 > --- > diff --git a/drivers/mtd/onenand/onenand_base.c b/drivers/mtd/onenand/onenand_base.c Applied, thanks. Best regards, Wolfgang Denk -- DENX Software Engineering GmbH, MD: Wolfgang Denk & Detlev Zundel HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Germany Phone: (+49)-8142-66989-10 Fax: (+49)-8142-66989-80 Email: wd at denx.de It is easier to write an incorrect program than understand a correct one.