Re: [U-Boot] [PATCH] microblaze: Fix printf size_t format related warnings (again...)

2014-09-01 Thread Michal Simek
On 08/26/2014 12:45 PM, Vasili Galka wrote: > The basic idea: Define size_t using the __SIZE_TYPE__ compiler-defined > type. > > For detailed explanation see similar patch for the nios2 arch: > http://patchwork.ozlabs.org/patch/379938/ > > Signed-off-by: Vasili Galka > Cc: Michal Simek > --- >

[U-Boot] [PATCH] microblaze: Fix printf size_t format related warnings (again...)

2014-08-26 Thread Vasili Galka
The basic idea: Define size_t using the __SIZE_TYPE__ compiler-defined type. For detailed explanation see similar patch for the nios2 arch: http://patchwork.ozlabs.org/patch/379938/ Signed-off-by: Vasili Galka Cc: Michal Simek --- arch/microblaze/include/asm/posix_types.h |4 1 files