Re: [U-Boot] [PATCH 12/14] microblaze: Move architecture to use generic board init

2015-02-01 Thread Simon Glass
Hi Michal, On 30 January 2015 at 03:13, Michal Simek wrote: > Hi Simon, > > On 01/29/2015 04:45 PM, Simon Glass wrote: >> Hi Michal, >> >> >> On 29 January 2015 at 07:20, Michal Simek wrote: >>> Hi Simon, >>> >>> On 01/29/2015 03:15 AM, Simon Glass wrote: Hi Michal, On 27 January

Re: [U-Boot] [PATCH 12/14] microblaze: Move architecture to use generic board init

2015-01-30 Thread Michal Simek
Hi Simon, On 01/29/2015 04:45 PM, Simon Glass wrote: > Hi Michal, > > > On 29 January 2015 at 07:20, Michal Simek wrote: >> Hi Simon, >> >> On 01/29/2015 03:15 AM, Simon Glass wrote: >>> Hi Michal, >>> >>> On 27 January 2015 at 08:20, Michal Simek wrote: Compile code with -fPIC to get GOT

Re: [U-Boot] [PATCH 12/14] microblaze: Move architecture to use generic board init

2015-01-29 Thread Michal Simek
Hi Simon, On 01/29/2015 03:15 AM, Simon Glass wrote: > Hi Michal, > > On 27 January 2015 at 08:20, 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 >> --- >> ... >> -#if defin

Re: [U-Boot] [PATCH 12/14] microblaze: Move architecture to use generic board init

2015-01-29 Thread Simon Glass
Hi Michal, On 29 January 2015 at 07:20, Michal Simek wrote: > Hi Simon, > > On 01/29/2015 03:15 AM, Simon Glass wrote: >> Hi Michal, >> >> On 27 January 2015 at 08:20, Michal Simek wrote: >>> Compile code with -fPIC to get GOT. Do not build SPL >>> with fPIC because it increasing SPL size for n

Re: [U-Boot] [PATCH 12/14] microblaze: Move architecture to use generic board init

2015-01-29 Thread Simon Glass
Hi Michal, On 27 January 2015 at 08:20, 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 > --- > > This code requires > "common/board_r: manual relocation for cmd table" > http://lis

[U-Boot] [PATCH 12/14] microblaze: Move architecture to use generic board init

2015-01-27 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 --- This code requires "common/board_r: manual relocation for cmd table" http://lists.denx.de/pipermail/u-boot/2015-January/201965.html Not fully happy about it