Re: [U-Boot] [PATCH 3/9 v3] integratorap: support relocation

2011-07-25 Thread Linus Walleij
On Mon, Jul 25, 2011 at 1:22 PM, Linus Walleij wrote: > On Mon, Jul 25, 2011 at 12:46 PM, Sergei Shtylyov > 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; >>>

Re: [U-Boot] [PATCH 3/9 v3] integratorap: support relocation

2011-07-25 Thread Linus Walleij
On Mon, Jul 25, 2011 at 12:46 PM, Sergei Shtylyov 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'r

Re: [U-Boot] [PATCH 3/9 v3] integratorap: support relocation

2011-07-25 Thread Sergei Shtylyov
Hello. On 23-07-2011 17:37, Linus Walleij wrote: > The integrator board was apparently never converted over to support > relocation until now. After this the integrator u-boot both compiles > and boots on the Integrator AP. > Signed-off-by: Linus Walleij > --- > board/armltd/integrator/integra

[U-Boot] [PATCH 3/9 v3] integratorap: support relocation

2011-07-23 Thread Linus Walleij
The integrator board was apparently never converted over to support relocation until now. After this the integrator u-boot both compiles and boots on the Integrator AP. Signed-off-by: Linus Walleij --- board/armltd/integrator/integrator.c | 14 -- 1 files changed, 8 insertions(+),