Re: [U-Boot] [PATCH v2 05/23] move UL() macro from armv8/mmu.h into common.h

2016-12-04 Thread Simon Glass
Hi Andre, On 4 December 2016 at 18:52, Andre Przywara wrote: > The UL() macro is pretty useful in sharing constants between assembly > and C files while still being able to specify a type for C. > Move the macro from an armv8 specific header into a common header file > to

[U-Boot] [PATCH v2 05/23] move UL() macro from armv8/mmu.h into common.h

2016-12-04 Thread Andre Przywara
The UL() macro is pretty useful in sharing constants between assembly and C files while still being able to specify a type for C. Move the macro from an armv8 specific header into a common header file to be able to use it by arm code (for instance) as well. Signed-off-by: Andre Przywara