[U-Boot] [PATCH V2 07/12] board: LaCie: Move common headers to board-common directory

2015-11-12 Thread Nishanth Menon
Header files can be located in a generic location without needing to reference them with ../common/ Generated with the following script #!/bin/bash vendor=board/LaCie common=$vendor/common cfiles=`git grep "../common" $vendor|grep "#include"|cut -d '"' -f2|sort -u|grep c$` headers=`git grep ".

Re: [U-Boot] [PATCH V2 07/12] board: LaCie: Move common headers to board-common directory

2015-11-13 Thread Simon Guinot
Hi Nishanth, On Thu, Nov 12, 2015 at 11:43:37PM -0600, Nishanth Menon wrote: > Header files can be located in a generic location without > needing to reference them with ../common/ > > Generated with the following script > > #!/bin/bash > vendor=board/LaCie > common=$vendor/common > > cfiles=`

Re: [U-Boot] [PATCH V2 07/12] board: LaCie: Move common headers to board-common directory

2015-11-13 Thread Tom Rini
On Fri, Nov 13, 2015 at 11:30:43AM +0100, Simon Guinot wrote: > Hi Nishanth, > > On Thu, Nov 12, 2015 at 11:43:37PM -0600, Nishanth Menon wrote: > > Header files can be located in a generic location without > > needing to reference them with ../common/ > > > > Generated with the following script

Re: [U-Boot] [PATCH V2 07/12] board: LaCie: Move common headers to board-common directory

2015-11-13 Thread Simon Guinot
On Fri, Nov 13, 2015 at 09:06:45AM -0500, Tom Rini wrote: > On Fri, Nov 13, 2015 at 11:30:43AM +0100, Simon Guinot wrote: > > Hi Nishanth, > > > > On Thu, Nov 12, 2015 at 11:43:37PM -0600, Nishanth Menon wrote: > > > Header files can be located in a generic location without > > > needing to refere

Re: [U-Boot] [PATCH V2 07/12] board: LaCie: Move common headers to board-common directory

2015-11-13 Thread Nishanth Menon
On 11/13/2015 09:32 AM, Simon Guinot wrote: > On Fri, Nov 13, 2015 at 09:06:45AM -0500, Tom Rini wrote: >> On Fri, Nov 13, 2015 at 11:30:43AM +0100, Simon Guinot wrote: >>> Hi Nishanth, >>> >>> On Thu, Nov 12, 2015 at 11:43:37PM -0600, Nishanth Menon wrote: Header files can be located in a gen

Re: [U-Boot] [PATCH V2 07/12] board: LaCie: Move common headers to board-common directory

2015-11-13 Thread Simon Glass
Hi Nishanth, On 13 November 2015 at 16:57, Nishanth Menon wrote: > On 11/13/2015 09:32 AM, Simon Guinot wrote: >> On Fri, Nov 13, 2015 at 09:06:45AM -0500, Tom Rini wrote: >>> On Fri, Nov 13, 2015 at 11:30:43AM +0100, Simon Guinot wrote: Hi Nishanth, On Thu, Nov 12, 2015 at 11:43:3

Re: [U-Boot] [PATCH V2 07/12] board: LaCie: Move common headers to board-common directory

2015-11-14 Thread Masahiro Yamada
2015-11-13 14:43 GMT+09:00 Nishanth Menon : > Header files can be located in a generic location without > needing to reference them with ../common/ > > Generated with the following script > > #!/bin/bash > vendor=board/LaCie > common=$vendor/common > > cfiles=`git grep "../common" $vendor|grep "#i

Re: [U-Boot] [PATCH V2 07/12] board: LaCie: Move common headers to board-common directory

2015-11-14 Thread Nishanth Menon
On 11/14/2015 05:56 PM, Masahiro Yamada wrote: > 2015-11-13 14:43 GMT+09:00 Nishanth Menon : >> Header files can be located in a generic location without >> needing to reference them with ../common/ >> >> Generated with the following script >> >> #!/bin/bash >> vendor=board/LaCie >> common=$vendor

Re: [U-Boot] [PATCH V2 07/12] board: LaCie: Move common headers to board-common directory

2015-11-15 Thread Tom Rini
On Fri, Nov 13, 2015 at 07:05:40PM -0700, Simon Glass wrote: > Hi Nishanth, > > On 13 November 2015 at 16:57, Nishanth Menon wrote: > > On 11/13/2015 09:32 AM, Simon Guinot wrote: > >> On Fri, Nov 13, 2015 at 09:06:45AM -0500, Tom Rini wrote: > >>> On Fri, Nov 13, 2015 at 11:30:43AM +0100, Simon

Re: [U-Boot] [PATCH V2 07/12] board: LaCie: Move common headers to board-common directory

2015-11-15 Thread Masahiro Yamada
2015-11-15 14:38 GMT+09:00 Nishanth Menon : > On 11/14/2015 05:56 PM, Masahiro Yamada wrote: >> 2015-11-13 14:43 GMT+09:00 Nishanth Menon : >>> Header files can be located in a generic location without >>> needing to reference them with ../common/ >>> >>> Generated with the following script >>> >>>

Re: [U-Boot] [PATCH V2 07/12] board: LaCie: Move common headers to board-common directory

2015-11-16 Thread Nishanth Menon
On 11/15/2015 09:32 PM, Masahiro Yamada wrote: > 2015-11-15 14:38 GMT+09:00 Nishanth Menon : >> On 11/14/2015 05:56 PM, Masahiro Yamada wrote: >>> 2015-11-13 14:43 GMT+09:00 Nishanth Menon : Header files can be located in a generic location without needing to reference them with ../common

Re: [U-Boot] [PATCH V2 07/12] board: LaCie: Move common headers to board-common directory

2015-11-16 Thread Tom Rini
On Mon, Nov 16, 2015 at 09:34:07AM -0600, Nishanth Menon wrote: > On 11/15/2015 09:32 PM, Masahiro Yamada wrote: > > 2015-11-15 14:38 GMT+09:00 Nishanth Menon : > >> On 11/14/2015 05:56 PM, Masahiro Yamada wrote: > >>> 2015-11-13 14:43 GMT+09:00 Nishanth Menon : > Header files can be located i