Re: [U-Boot] [PATCH 4/5][v5] board/bsc9131rdb:Add NAND boot support using new SPL format

2013-05-23 Thread Andy Fleming
On Thu, May 23, 2013 at 5:27 PM, Andy Fleming wrote: > > > > On Tue, Apr 16, 2013 at 2:58 AM, Prabhakar Kushwaha < > prabha...@freescale.com> wrote: > >>- Add NAND boot target >>- defines contants >>- Add spl_minimal.c to initialise DDR >>- update TLB entries as per NAND boot >> >

Re: [U-Boot] [PATCH 4/5][v5] board/bsc9131rdb:Add NAND boot support using new SPL format

2013-05-23 Thread Andy Fleming
On Tue, Apr 16, 2013 at 2:58 AM, Prabhakar Kushwaha wrote: >- Add NAND boot target >- defines contants >- Add spl_minimal.c to initialise DDR >- update TLB entries as per NAND boot > > Signed-off-by: Prabhakar Kushwaha > I'm currently applying your SYSCLK change which depends o

[U-Boot] [PATCH 4/5][v5] board/bsc9131rdb:Add NAND boot support using new SPL format

2013-04-16 Thread Prabhakar Kushwaha
- Add NAND boot target - defines contants - Add spl_minimal.c to initialise DDR - update TLB entries as per NAND boot Signed-off-by: Prabhakar Kushwaha --- Based upon git://git.denx.de/u-boot.git branch master Changes for v2: Sending as it is Changes for v3: Fix tools/checkpatch er