[U-Boot-Users] [PATCH] net/Blackfin: move on-chip MAC driver into drivers/net/
Mike Frysinger
vapier at gentoo.org
Sun Mar 30 22:04:52 CEST 2008
On Tuesday 25 March 2008, Wolfgang Denk wrote:
> In message <1203915493-10595-1-git-send-email-vapier at gentoo.org> 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 <vapier at gentoo.org>
> > ---
> > 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.
seems to be fine, thanks ... if i noticed something down the line i'll
obviously just fix it myself ;)
-mike
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 827 bytes
Desc: This is a digitally signed message part.
Url : http://lists.denx.de/pipermail/u-boot/attachments/20080330/d7219cc6/attachment.pgp
More information about the U-Boot
mailing list