Re: [U-Boot] [PATCH 02/10] Add some standard headers external code might need

2014-10-30 Thread Simon Glass
Hi Masahiro, On 30 October 2014 01:53, Masahiro Yamada wrote: > Hi Simon, > > > > On Wed, 29 Oct 2014 19:43:26 -0600 > Simon Glass wrote: > >> Hi Masahiro, >> >> On 29 October 2014 08:06, Masahiro YAMADA wrote: >> > Hi Simon, >> > >> > 2014-10-29 3:24 GMT+09:00 Simon Glass : >> >> Hi, >> >> >>

Re: [U-Boot] [PATCH 02/10] Add some standard headers external code might need

2014-10-30 Thread Masahiro Yamada
Hi Simon, On Wed, 29 Oct 2014 19:43:26 -0600 Simon Glass wrote: > Hi Masahiro, > > On 29 October 2014 08:06, Masahiro YAMADA wrote: > > Hi Simon, > > > > 2014-10-29 3:24 GMT+09:00 Simon Glass : > >> Hi, > >> > >> On 28 October 2014 11:46, Jeroen Hofstee wrote: > >>> Hello Simon, > >>> > >>>

Re: [U-Boot] [PATCH 02/10] Add some standard headers external code might need

2014-10-29 Thread Simon Glass
Hi Masahiro, On 29 October 2014 08:06, Masahiro YAMADA wrote: > Hi Simon, > > 2014-10-29 3:24 GMT+09:00 Simon Glass : >> Hi, >> >> On 28 October 2014 11:46, Jeroen Hofstee wrote: >>> Hello Simon, >>> >>> >>> On 28-10-14 18:33, Simon Glass wrote: Hi Masahiro, On 28 October 201

Re: [U-Boot] [PATCH 02/10] Add some standard headers external code might need

2014-10-29 Thread Masahiro YAMADA
Hi Simon, 2014-10-29 3:24 GMT+09:00 Simon Glass : > Hi, > > On 28 October 2014 11:46, Jeroen Hofstee wrote: >> Hello Simon, >> >> >> On 28-10-14 18:33, Simon Glass wrote: >>> >>> Hi Masahiro, >>> >>> On 28 October 2014 10:38, Masahiro YAMADA >>> wrote: Hi Simon, 2014-10-

Re: [U-Boot] [PATCH 02/10] Add some standard headers external code might need

2014-10-28 Thread Simon Glass
Hi, On 28 October 2014 11:46, Jeroen Hofstee wrote: > Hello Simon, > > > On 28-10-14 18:33, Simon Glass wrote: >> >> Hi Masahiro, >> >> On 28 October 2014 10:38, Masahiro YAMADA >> wrote: >>> >>> Hi Simon, >>> >>> >>> 2014-10-29 1:29 GMT+09:00 Simon Glass : Hi Masahiro, On 28

Re: [U-Boot] [PATCH 02/10] Add some standard headers external code might need

2014-10-28 Thread Jeroen Hofstee
Hello Simon, On 28-10-14 18:33, Simon Glass wrote: Hi Masahiro, On 28 October 2014 10:38, Masahiro YAMADA wrote: Hi Simon, 2014-10-29 1:29 GMT+09:00 Simon Glass : Hi Masahiro, On 28 October 2014 10:25, Masahiro YAMADA wrote: Hi Gabe, Simon, 2014-10-15 19:38 GMT+09:00 Simon Glass : Fr

Re: [U-Boot] [PATCH 02/10] Add some standard headers external code might need

2014-10-28 Thread Simon Glass
Hi Masahiro, On 28 October 2014 10:38, Masahiro YAMADA wrote: > Hi Simon, > > > 2014-10-29 1:29 GMT+09:00 Simon Glass : >> Hi Masahiro, >> >> On 28 October 2014 10:25, Masahiro YAMADA wrote: >>> >>> Hi Gabe, Simon, >>> >>> >>> 2014-10-15 19:38 GMT+09:00 Simon Glass : >>> > From: Gabe Black >>>

Re: [U-Boot] [PATCH 02/10] Add some standard headers external code might need

2014-10-28 Thread Masahiro YAMADA
Hi Simon, 2014-10-29 1:29 GMT+09:00 Simon Glass : > Hi Masahiro, > > On 28 October 2014 10:25, Masahiro YAMADA wrote: >> >> Hi Gabe, Simon, >> >> >> 2014-10-15 19:38 GMT+09:00 Simon Glass : >> > From: Gabe Black >> > >> > inttypes.h defines format specifiers for printf which work with data type

Re: [U-Boot] [PATCH 02/10] Add some standard headers external code might need

2014-10-28 Thread Simon Glass
Hi Masahiro, On 28 October 2014 10:25, Masahiro YAMADA wrote: > > Hi Gabe, Simon, > > > 2014-10-15 19:38 GMT+09:00 Simon Glass : > > From: Gabe Black > > > > inttypes.h defines format specifiers for printf which work with data types > > of > > particular sizes. stdlib.h is currently just a pass

Re: [U-Boot] [PATCH 02/10] Add some standard headers external code might need

2014-10-28 Thread Masahiro YAMADA
Hi Gabe, Simon, 2014-10-15 19:38 GMT+09:00 Simon Glass : > From: Gabe Black > > inttypes.h defines format specifiers for printf which work with data types of > particular sizes. stdlib.h is currently just a passthrough to malloc.h which > has declarations of the various *alloc functions. > > Add

[U-Boot] [PATCH 02/10] Add some standard headers external code might need

2014-10-15 Thread Simon Glass
From: Gabe Black inttypes.h defines format specifiers for printf which work with data types of particular sizes. stdlib.h is currently just a passthrough to malloc.h which has declarations of the various *alloc functions. Add the required #define to common.h so that these printf format specifier