[U-Boot] [PATCH] NET: move legacy enc28j60.c to sidetrack as enc28j60_lpc2292.c
Mike Frysinger
vapier at gentoo.org
Fri Aug 6 23:09:02 CEST 2010
On Friday, August 06, 2010 12:31:13 Ben Warren wrote:
> On 8/6/2010 7:06 AM, Reinhard Meyer (-VC) wrote:
> > This patch is required before the upcoming new enc28j60 driver
> > using SPI framework patch can be applied:
> > - Move legacy enc28j60.c to enc28j60_lpc2292.c.
> > - Change Makefile and the two affected boards' definition files.
> >
> > Tested with ./MAKEALL ARM7 that both boards still compile.
> >
> > Signed-off-by: Reinhard Meyer<info at emk-elektronik.de>
> > ---
> >
> > drivers/net/Makefile | 2 +-
> > drivers/net/enc28j60.c | 982
> > -------------------------------------- drivers/net/enc28j60_lpc2292.c
> > | 983 +++++++++++++++++++++++++++++++++++++++ include/configs/SMN42.h
> > | 2 +-
> > include/configs/lpc2292sodimm.h | 2 +-
> > 5 files changed, 986 insertions(+), 985 deletions(-)
> > delete mode 100644 drivers/net/enc28j60.c
> > create mode 100644 drivers/net/enc28j60_lpc2292.c
>
> Please use 'git mv' followed by 'git format-patch -C' when moving
> files. It's much easier to review.
-C should figure things out without needing `git mv`
-mike
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 836 bytes
Desc: This is a digitally signed message part.
Url : http://lists.denx.de/pipermail/u-boot/attachments/20100806/ce3c91ef/attachment.pgp
More information about the U-Boot
mailing list