Re: [U-Boot] [PATCH v2 5/9] Fix up inclusion of common.h

2017-05-20 Thread Masahiro Yamada
Hi Simon 2017-05-17 19:09 GMT+09:00 Simon Glass : > Hi Masahiro, > > On 16 May 2017 at 04:32, Masahiro Yamada > wrote: >> Hi Simon, >> >> >> 2017-05-13 10:11 GMT+09:00 Simon Glass : >>> Hi Masahiro, >>> >>> On 10 May 2017 at

Re: [U-Boot] [PATCH v2 5/9] Fix up inclusion of common.h

2017-05-17 Thread Simon Glass
Hi Masahiro, On 16 May 2017 at 04:32, Masahiro Yamada wrote: > Hi Simon, > > > 2017-05-13 10:11 GMT+09:00 Simon Glass : >> Hi Masahiro, >> >> On 10 May 2017 at 20:21, Masahiro Yamada >> wrote: >>> Hi Simon >>> >>>

Re: [U-Boot] [PATCH v2 5/9] Fix up inclusion of common.h

2017-05-16 Thread Masahiro Yamada
Hi Simon, 2017-05-13 10:11 GMT+09:00 Simon Glass : > Hi Masahiro, > > On 10 May 2017 at 20:21, Masahiro Yamada > wrote: >> Hi Simon >> >> 2017-05-11 6:43 GMT+09:00 Tom Rini : >>> On Mon, May 01, 2017 at 09:18:48AM -0600,

Re: [U-Boot] [PATCH v2 5/9] Fix up inclusion of common.h

2017-05-12 Thread Simon Glass
Hi Masahiro, On 10 May 2017 at 20:21, Masahiro Yamada wrote: > Hi Simon > > 2017-05-11 6:43 GMT+09:00 Tom Rini : >> On Mon, May 01, 2017 at 09:18:48AM -0600, Simon Glass wrote: >> >>> It is good practice to include common.h as the first header.

Re: [U-Boot] [PATCH v2 5/9] Fix up inclusion of common.h

2017-05-10 Thread Masahiro Yamada
Hi Simon 2017-05-11 6:43 GMT+09:00 Tom Rini : > On Mon, May 01, 2017 at 09:18:48AM -0600, Simon Glass wrote: > >> It is good practice to include common.h as the first header. This ensures >> that required features like the DECLARE_GLOBAL_DATA_PTR macro, >> configuration

Re: [U-Boot] [PATCH v2 5/9] Fix up inclusion of common.h

2017-05-10 Thread Tom Rini
On Mon, May 01, 2017 at 09:18:48AM -0600, Simon Glass wrote: > It is good practice to include common.h as the first header. This ensures > that required features like the DECLARE_GLOBAL_DATA_PTR macro, > configuration options and common types are available. > > Fix up some files which currently

[U-Boot] [PATCH v2 5/9] Fix up inclusion of common.h

2017-05-01 Thread Simon Glass
It is good practice to include common.h as the first header. This ensures that required features like the DECLARE_GLOBAL_DATA_PTR macro, configuration options and common types are available. Fix up some files which currently don't do this. This is necessary because driver model will soon start