Re: [U-Boot] [PATCH v2] add nand spl boot for qi_lb60 board

2012-01-10 Thread Scott Wood
On 01/10/2012 09:13 AM, Xiangfu Liu wrote: > Hi Scott > > thanks for your comments. PATCH v3 have sent out for you to review. > > On 01/07/2012 06:36 AM, Scott Wood wrote: >> We are transitioning from nand_spl/ to spl/. Please try to work within >> the new infrastructure. You may run into probl

Re: [U-Boot] [PATCH v2] add nand spl boot for qi_lb60 board

2012-01-10 Thread Daniel Schwierzeck
On Tue, Jan 10, 2012 at 4:13 PM, Xiangfu Liu wrote: > Hi Scott > > thanks for your comments. PATCH v3 have sent out for you to review. > > > On 01/07/2012 06:36 AM, Scott Wood wrote: >> >> We are transitioning from nand_spl/ to spl/.  Please try to work within >> the new infrastructure.  You may r

Re: [U-Boot] [PATCH v2] add nand spl boot for qi_lb60 board

2012-01-10 Thread Xiangfu Liu
Hi Scott thanks for your comments. PATCH v3 have sent out for you to review. On 01/07/2012 06:36 AM, Scott Wood wrote: We are transitioning from nand_spl/ to spl/. Please try to work within the new infrastructure. You may run into problems with size in spl/, due to gc-sections not removing st

Re: [U-Boot] [PATCH v2] add nand spl boot for qi_lb60 board

2012-01-06 Thread Scott Wood
On 01/06/2012 04:17 AM, Xiangfu Liu wrote: > Signed-off-by: Xiangfu Liu > --- > arch/mips/cpu/xburst/cpu.c |4 + > arch/mips/cpu/xburst/start_spl.S | 65 > drivers/mtd/nand/jz4740_nand.c | 40 +++- > include/configs/qi_lb60.h|