Re: [U-Boot] [PATCH 9/9] Add support for KARO TX25 board

2010-01-15 Thread Wolfgang Denk
Dear John Rigby, In message <1263357841-5100-10-git-send-email-jcri...@gmail.com> you wrote: > This is an i.MX25 base board with only NAND > so it uses nand_spl to boot. > > Signed-off-by: John Rigby > > Tune configuration, add support for (redundant) environment in NAND. > Signed-off-by: Wolfg

Re: [U-Boot] [PATCH 9/9] Add support for KARO TX25 board

2010-01-13 Thread Fabio Estevam
Hi John, --- On Wed, 1/13/10, John Rigby wrote: ... > +#if CONFIG_NR_DRAM_BANKS > 0 > +    gd->bd->bi_dram[0].start = CONFIG_NR_DRAM_BANKS will always be > 0, right? No need for this if statement. Regards, Fabio Estevam ___ U-Boot mailing

[U-Boot] [PATCH 9/9] Add support for KARO TX25 board

2010-01-12 Thread John Rigby
This is an i.MX25 base board with only NAND so it uses nand_spl to boot. Signed-off-by: John Rigby Tune configuration, add support for (redundant) environment in NAND. Signed-off-by: Wolfgang Denk --- MAINTAINERS |4 + Makefile|4 + b