[U-Boot] [PATCH V2 11/12] board: varisys: Move common headers to board-common directory
Andy Fleming
afleming at gmail.com
Mon Nov 16 08:42:50 CET 2015
On Thu, Nov 12, 2015 at 11:43 PM, Nishanth Menon <nm at ti.com> 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
> --- a/board/varisys/cyrus/cyrus.c
> +++ b/board/varisys/cyrus/cyrus.c
> @@ -20,7 +20,7 @@
> #include <pci.h>
>
> #include "cyrus.h"
> -#include "../common/eeprom.h"
> +#include <board-common/eeprom.h>
Acked-by: Andy Fleming <afleming at gmail.com>
More information about the U-Boot
mailing list