Re: [U-Boot] [PATCH] spl: Fix compilation warnings for arm64

2016-07-22 Thread Michal Simek
On 22.7.2016 05:21, Simon Glass wrote: > Hi Michael, > > On 18 July 2016 at 01:07, Michal Simek wrote: >> Hi Simon, >> >> On 17.7.2016 16:12, Simon Glass wrote: >>> Hi Michal, >>> >>> On 15 July 2016 at 00:48, Michal Simek wrote: Make code 64bit aware. Warnings: +../arch/arm/

Re: [U-Boot] [PATCH] spl: Fix compilation warnings for arm64

2016-07-21 Thread Simon Glass
Hi Michael, On 18 July 2016 at 01:07, Michal Simek wrote: > Hi Simon, > > On 17.7.2016 16:12, Simon Glass wrote: >> Hi Michal, >> >> On 15 July 2016 at 00:48, Michal Simek wrote: >>> Make code 64bit aware. >>> >>> Warnings: >>> +../arch/arm/lib/spl.c: In function ‘jump_to_image_linux’: >>> +../a

Re: [U-Boot] [PATCH] spl: Fix compilation warnings for arm64

2016-07-18 Thread Michal Simek
Hi Simon, On 17.7.2016 16:12, Simon Glass wrote: > Hi Michal, > > On 15 July 2016 at 00:48, Michal Simek wrote: >> Make code 64bit aware. >> >> Warnings: >> +../arch/arm/lib/spl.c: In function ‘jump_to_image_linux’: >> +../arch/arm/lib/spl.c:63:3: warning: cast to pointer from integer of >> diff

Re: [U-Boot] [PATCH] spl: Fix compilation warnings for arm64

2016-07-17 Thread Simon Glass
Hi Michal, On 15 July 2016 at 00:48, Michal Simek wrote: > Make code 64bit aware. > > Warnings: > +../arch/arm/lib/spl.c: In function ‘jump_to_image_linux’: > +../arch/arm/lib/spl.c:63:3: warning: cast to pointer from integer of > different size [-Wint-to-pointer-cast] > +../common/spl/spl_fat.c:

[U-Boot] [PATCH] spl: Fix compilation warnings for arm64

2016-07-14 Thread Michal Simek
Make code 64bit aware. Warnings: +../arch/arm/lib/spl.c: In function ‘jump_to_image_linux’: +../arch/arm/lib/spl.c:63:3: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast] +../common/spl/spl_fat.c: In function ‘spl_load_image_fat’: +../common/spl/spl_fat.c:91:33: warni