hi Stefano, On Sun Nov 14, 2010 at 03:55:01PM +0100, Stefano Babic wrote:
> diff --git a/board/davinci/ea20/ea20.c b/board/davinci/ea20/ea20.c > new file mode 100644 > index 0000000..c75ea63 > --- /dev/null > +++ b/board/davinci/ea20/ea20.c > @@ -0,0 +1,237 @@ > +/* > + * Copyright (C) 2010 Texas Instruments Incorporated - http://www.ti.com/ > + * > + * Based on da830evm.c. Original Copyrights follow: > + * > + * Copyright (C) 2009 Nick Thompson, GE Fanuc, Ltd. > <nick.thomp...@gefanuc.com> > + * Copyright (C) 2007 Sergey Kubushyn <k...@koi8.net> > + * > + * 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. > + * > + * You should have received a copy of the GNU General Public License > + * along with this program; if not, write to the Free Software > + * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. > + */ > + > +#include <common.h> > +#include <i2c.h> > +#include <net.h> > +#include <netdev.h> > +#include <asm/arch/hardware.h> > +#include <asm/arch/emif_defs.h> > +#include <asm/arch/emac_defs.h> > +#include <asm/io.h> > +#include "../common/misc.h" I had sent a patch some time back to move the misc.h under arm/include/asm/arch-davinci/davinci_misc.h. Should this patch be based off of that. [PATCH 1/3 V5] Move and rename common headers from under board/davinci. -sughosh _______________________________________________ U-Boot mailing list U-Boot@lists.denx.de http://lists.denx.de/mailman/listinfo/u-boot