[U-Boot] [PATCH 3/9 v3] integratorap: support relocation
Linus Walleij
linus.walleij at linaro.org
Mon Jul 25 13:22:12 CEST 2011
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.
Linus Walleij
More information about the U-Boot
mailing list