In message <[EMAIL PROTECTED]> you wrote:
> The Blackfin on-chip MAC driver was being managed in the BF537-STAMP board
> directory, but it is not board specific, so relocate it to the drivers dir
> so that other Blackfin ports can utilize it.
> 
> Signed-off-by: Mike Frysinger <[EMAIL PROTECTED]>
> ---
>  board/bf537-stamp/Makefile      |    2 +-
>  board/bf537-stamp/ether_bf537.c |  549 
> ---------------------------------------
>  board/bf537-stamp/ether_bf537.h |   71 -----
>  drivers/net/Makefile            |    1 +
>  drivers/net/bfin_mac.c          |  523 +++++++++++++++++++++++++++++++++++++
>  drivers/net/bfin_mac.h          |   89 +++++++
>  6 files changed, 614 insertions(+), 621 deletions(-)
>  delete mode 100644 board/bf537-stamp/ether_bf537.c
>  delete mode 100644 board/bf537-stamp/ether_bf537.h
>  create mode 100644 drivers/net/bfin_mac.c
>  create mode 100644 drivers/net/bfin_mac.h

Applied, but I had to fix some merge conflict in the Makefile.

Please verify that everything is OK.

Best regards,

Wolfgang Denk

-- 
DENX Software Engineering GmbH,     MD: Wolfgang Denk & Detlev Zundel
HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Germany
Phone: (+49)-8142-66989-10 Fax: (+49)-8142-66989-80 Email: [EMAIL PROTECTED]
In general, they do what you want, unless you want consistency.
                                    - Larry Wall in the perl man page

-------------------------------------------------------------------------
Check out the new SourceForge.net Marketplace.
It's the best place to buy or sell services for
just about anything Open Source.
http://ad.doubleclick.net/clk;164216239;13503038;w?http://sf.net/marketplace
_______________________________________________
U-Boot-Users mailing list
U-Boot-Users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/u-boot-users

Reply via email to