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

2015-11-16 Thread Dirk Eibach
Hi Nishanth, Am 13.11.2015 06:43 schrieb "Nishanth Menon" : > > Header files can be located in a generic location without > needing to reference them with ../common/ sorry, I just don't get it. You collect vendor specific include files and put them in a common directory to avoid

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

2015-11-16 Thread Dirk Eibach
Sorry for the noise, I just saw that there is already some discussion on this. ___ U-Boot mailing list U-Boot@lists.denx.de http://lists.denx.de/mailman/listinfo/u-boot

[U-Boot] [PATCH V2 05/12] board: gdsys: 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/gdsys common=$vendor/common cfiles=`git grep "../common" $vendor|grep "#include"|cut -d '"' -f2|sort -u|grep c$` headers=`git grep