Re: [U-Boot] [PATCH 3/9] common: include always

2018-08-05 Thread Masahiro Yamada
2018-08-04 0:01 GMT+09:00 Tom Rini : > On Thu, Aug 02, 2018 at 10:56:11AM -0600, Simon Glass wrote: >> +Tom >> >> Hi Masahiro, >> >> On 30 July 2018 at 19:41, Masahiro Yamada >> wrote: >> > 2018-07-26 22:59 GMT+09:00 Philipp Tomsich >> > : >> >> With the ram-size variable changed to u64, we'll

Re: [U-Boot] [PATCH 3/9] common: include always

2018-08-03 Thread Tom Rini
On Thu, Aug 02, 2018 at 10:56:11AM -0600, Simon Glass wrote: > +Tom > > Hi Masahiro, > > On 30 July 2018 at 19:41, Masahiro Yamada > wrote: > > 2018-07-26 22:59 GMT+09:00 Philipp Tomsich > > : > >> With the ram-size variable changed to u64, we'll need appropriate > >> macros for printing u64

Re: [U-Boot] [PATCH 3/9] common: include always

2018-08-02 Thread Simon Glass
+Tom Hi Masahiro, On 30 July 2018 at 19:41, Masahiro Yamada wrote: > 2018-07-26 22:59 GMT+09:00 Philipp Tomsich > : >> With the ram-size variable changed to u64, we'll need appropriate >> macros for printing u64 values correctly either in 32bit builds >> (i.e. ILP32 models) or in 64bit builds

Re: [U-Boot] [PATCH 3/9] common: include always

2018-08-02 Thread Patrick DELAUNAY
Hi Philipp > -Original Message- > From: Philipp Tomsich > Sent: jeudi 26 juillet 2018 16:00 > > With the ram-size variable changed to u64, we'll need appropriate macros for > printing u64 values correctly either in 32bit builds (i.e. ILP32 models) or > in 64bit > builds (i.e. LP64

Re: [U-Boot] [PATCH 3/9] common: include always

2018-07-30 Thread Masahiro Yamada
2018-07-26 22:59 GMT+09:00 Philipp Tomsich : > With the ram-size variable changed to u64, we'll need appropriate > macros for printing u64 values correctly either in 32bit builds > (i.e. ILP32 models) or in 64bit builds (i.e. LP64 models). Best to > make the PRIx64 macro available everywhere. > >

[U-Boot] [PATCH 3/9] common: include always

2018-07-26 Thread Philipp Tomsich
With the ram-size variable changed to u64, we'll need appropriate macros for printing u64 values correctly either in 32bit builds (i.e. ILP32 models) or in 64bit builds (i.e. LP64 models). Best to make the PRIx64 macro available everywhere. This include inttypes.h from common.h to make the