Re: [U-Boot] [PATCH] [OneNAND IPL] Refactor OneNAND IPL code

2009-09-28 Thread Scott Wood
On Tue, Sep 22, 2009 at 09:05:00AM +0900, Kyungmin Park wrote: > Refactoring the OneNAND IPL code > > and some minor fixed: > - Remove unnecessary header file > - Fix wrong access at read interrupt > - The recent OneNAND has 4KiB pagesize > > Also Board can override OneNAND IPL image > > Signed-

[U-Boot] [PATCH] [OneNAND IPL] Refactor OneNAND IPL code

2009-09-21 Thread Kyungmin Park
Refactoring the OneNAND IPL code and some minor fixed: - Remove unnecessary header file - Fix wrong access at read interrupt - The recent OneNAND has 4KiB pagesize Also Board can override OneNAND IPL image Signed-off-by: Kyungmin Park diff --git a/Makefile b/Makefile index 0b61d05..961c007 100