
25 Jul
2011
25 Jul
'11
1:22 p.m.
On Mon, Jul 25, 2011 at 12:46 PM, Sergei Shtylyov sshtylyov@mvista.com wrote:
-int dram_init (void) +void dram_init_banksize(void) { gd->bd->bi_dram[0].start = PHYS_SDRAM_1;
- gd->bd->bi_dram[0].size = PHYS_SDRAM_1_SIZE;
- gd->bd->bi_dram[0].size = PHYS_SDRAM_1_SIZE;
You're using spaces instead of tab here...
Oh man. I'll fix up. I re-ran all patches through checkpatch and this one seems to be the only one remaining with the problem, luckily.
Linus Walleij