[U-Boot] [PATCH 3/9 v3] integratorap: support relocation
Linus Walleij
linus.walleij at linaro.org
Mon Jul 25 13:26:11 CEST 2011
On Mon, Jul 25, 2011 at 1:22 PM, Linus Walleij <linus.walleij at linaro.org> wrote:
> On Mon, Jul 25, 2011 at 12:46 PM, Sergei Shtylyov <sshtylyov at 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
More information about the U-Boot
mailing list