Re: [U-Boot] [PATCH v2 1/5] microblaze: Move architecture to use generic board init

2015-02-04 Thread Simon Glass
Hi Michal, On 3 February 2015 at 02:26, Michal Simek wrote: > Hi Simon, > > On 02/03/2015 12:58 AM, Simon Glass wrote: >> Hi Michal, >> >> On 2 February 2015 at 08:46, Michal Simek wrote: >>> Compile code with -fPIC to get GOT. Do not build SPL >>> with fPIC because it increasing SPL size for no

Re: [U-Boot] [PATCH v2 1/5] microblaze: Move architecture to use generic board init

2015-02-03 Thread Michal Simek
Hi Simon, On 02/03/2015 12:58 AM, Simon Glass wrote: > Hi Michal, > > On 2 February 2015 at 08:46, Michal Simek wrote: >> Compile code with -fPIC to get GOT. Do not build SPL >> with fPIC because it increasing SPL size for nothing. >> >> Signed-off-by: Michal Simek >> --- >> >> Changes in v2: >

Re: [U-Boot] [PATCH v2 1/5] microblaze: Move architecture to use generic board init

2015-02-02 Thread Simon Glass
Hi Michal, On 2 February 2015 at 08:46, Michal Simek wrote: > Compile code with -fPIC to get GOT. Do not build SPL > with fPIC because it increasing SPL size for nothing. > > Signed-off-by: Michal Simek > --- > > Changes in v2: > - Use dram_init instead of init_func_ram() > Suggested by Simon

[U-Boot] [PATCH v2 1/5] microblaze: Move architecture to use generic board init

2015-02-02 Thread Michal Simek
Compile code with -fPIC to get GOT. Do not build SPL with fPIC because it increasing SPL size for nothing. Signed-off-by: Michal Simek --- Changes in v2: - Use dram_init instead of init_func_ram() Suggested by Simon This code requires "common/board_r: manual relocation for cmd table" http://l