[U-Boot] [PATCH 1/3][Net][ARM] Moved Davinci Ethernet driver to drivers/net

David Brownell david-b at pacbell.net
Tue Apr 28 21:54:39 CEST 2009


On Tuesday 28 April 2009, Ben Warren wrote:
>  The driver has been renamed dm644x_emac.c

Let me suggest "davinci_emac.c" ... the same controller
is in some non-dm644x DaVinci silicon (like dm365), and
a gigabit flavor is in the dm6467 chip.


>  
> -COBJS  = timer.o ether.o lxt972.o dp83848.o
> +COBJS  = timer.o lxt972.o dp83848.o
>  SOBJS  = lowlevel_init.o reset.o

Given the recent cleanups in cpu/arm926ejs/davinci/Makefile,
that won't quite apply.  I suggest you pull some of the
changes from arm-next.

Procedure note:  this is exactly why Linux now has a
shared "-next" tree ... to make sure interdependencies
between development branches can be sorted out before
the next merge window, so the merge window can be spent
addressing more substantive issues (if any).



More information about the U-Boot mailing list