Re: [U-Boot] [PATCH 07/24] SPL: make struct spl_image 64-bit safe

2016-11-21 Thread york sun
On 11/21/2016 07:48 AM, Alexander Graf wrote: > > > On 20/11/2016 15:57, Andre Przywara wrote: >> Since entry_point and load_addr are addresses, they should be >> represented as longs to cover the whole address space and to avoid >> warning when compiling the SPL in 64-bit. >> Also adjust debug pri

Re: [U-Boot] [PATCH 07/24] SPL: make struct spl_image 64-bit safe

2016-11-21 Thread Alexander Graf
On 20/11/2016 15:57, Andre Przywara wrote: Since entry_point and load_addr are addresses, they should be represented as longs to cover the whole address space and to avoid warning when compiling the SPL in 64-bit. Also adjust debug prints to add the 'l' specifier, where needed. Signed-off-by:

[U-Boot] [PATCH 07/24] SPL: make struct spl_image 64-bit safe

2016-11-20 Thread Andre Przywara
Since entry_point and load_addr are addresses, they should be represented as longs to cover the whole address space and to avoid warning when compiling the SPL in 64-bit. Also adjust debug prints to add the 'l' specifier, where needed. Signed-off-by: Andre Przywara --- arch/arm/cpu/armv7/omap-co