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

2015-11-15 Thread Andy Fleming
On Thu, Nov 12, 2015 at 11:43 PM, Nishanth Menon wrote: > Header files can be located in a generic location without > needing to reference them with ../common/ > diff --git a/board/varisys/cyrus/cyrus.c b/board/varisys/cyrus/cyrus.c > index 79c363cf841a..6ce7814cb3b9 100644 > ---

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