Re: [U-Boot] [PATCH] Reduce OneNAND IPL common code (v3)

2009-03-03 Thread Scott Wood
On Tue, Mar 03, 2009 at 09:05:53AM +0900, Kyungmin Park wrote: OneNAND IPL has common codes for RAM init, load data, and jump to 2nd bootloader, but it's common code used about 300~400 bytes. So board specific codes, such as lowlevel_init, can't has enough code. It make a difficult to

[U-Boot] [PATCH] Reduce OneNAND IPL common code (v3)

2009-03-02 Thread Kyungmin Park
OneNAND IPL has common codes for RAM init, load data, and jump to 2nd bootloader, but it's common code used about 300~400 bytes. So board specific codes, such as lowlevel_init, can't has enough code. It make a difficult to implement OneNAND IPL. his patch make this common code as small as