[PATCH 2/2] at91: add sama5d3xek board support

Eric Bénard eric at eukrea.com
Tue Jan 29 04:05:48 EST 2013


Hi Jean-Christophe,

Le Mon, 28 Jan 2013 23:36:46 +0100,
Jean-Christophe PLAGNIOL-VILLARD <plagnioj at jcrosoft.com> a écrit :
> +++ b/arch/arm/boards/sama5d3xek/init.c
> @@ -0,0 +1,328 @@
> +/*
> + * Copyright (C) 2012 Jean-Christophe PLAGNIOL-VILLARD <plagnioj at jcrosoft.com>
> + *
> + * This program is free software; you can redistribute it and/or
> + * modify it under the terms of the GNU General Public License as
> + * published by the Free Software Foundation; either version 2 of
> + * the License, or (at your option) any later version.
> + *
> + * This program is distributed in the hope that it will be useful,
> + * but WITHOUT ANY WARRANTY; without even the implied warranty of
> + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
> + * GNU General Public License for more details.
> + *
> + *
> + */
> +
> +#include <common.h>
> +#include <net.h>
> +#include <init.h>
> +#include <environment.h>
> +#include <fec.h>

why do you need fec.h on an Atmel board ?

Eric



More information about the barebox mailing list