
25 Jul
2011
25 Jul
'11
1:26 p.m.
On Mon, Jul 25, 2011 at 1:22 PM, Linus Walleij linus.walleij@linaro.org wrote:
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.
Or well, patch [6/9] fixes the problem.
It's probably better that I squash patch 3 and 6.
This means the whole series need to be rebased again of course, so I'm resending the whole thing again.
Thanks, Linus Walleij