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

2014-08-26 Thread Alexey Brodkin
Hi Vasili, On Tue, 2014-08-26 at 13:44 +0300, 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

[U-Boot] [PATCH] arc: 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: Alexey Brodkin --- arch/arc/include/asm/posix_types.h |4 1 files chang