summaryrefslogtreecommitdiffstats
path: root/include/configs
diff options
context:
space:
mode:
authorReinhard Meyer (-VC) <reinhard.meyer@emk-elektronik.de>2010-08-06 18:42:07 +0200
committerBen Warren <biggerbadderben@gmail.com>2010-10-11 22:47:48 -0700
commitb7081d91977aa3bf0cfc8284a463bd3901d0d6ad (patch)
treea06299dbe930e6e84fb84bda2393f1af304f06c4 /include/configs
parent91955834f5f4f58a6919a3005a8a4061cbbe7910 (diff)
downloadblackbird-obmc-uboot-b7081d91977aa3bf0cfc8284a463bd3901d0d6ad.tar.gz
blackbird-obmc-uboot-b7081d91977aa3bf0cfc8284a463bd3901d0d6ad.zip
NET: move legacy enc28j60.c to sidetrack as enc28j60_lpc2292.c
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@emk-elektronik.de> Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
Diffstat (limited to 'include/configs')
-rw-r--r--include/configs/SMN42.h2
-rw-r--r--include/configs/lpc2292sodimm.h2
2 files changed, 2 insertions, 2 deletions
diff --git a/include/configs/SMN42.h b/include/configs/SMN42.h
index adb6ac52e1..ba3ada13a5 100644
--- a/include/configs/SMN42.h
+++ b/include/configs/SMN42.h
@@ -198,6 +198,6 @@
#define CONFIG_INITRD_TAG
#define CONFIG_MMC 1
/* we use this ethernet chip */
-#define CONFIG_ENC28J60
+#define CONFIG_ENC28J60_LPC2292
#endif /* __CONFIG_H */
diff --git a/include/configs/lpc2292sodimm.h b/include/configs/lpc2292sodimm.h
index 7ce8d6de1f..65276a27c0 100644
--- a/include/configs/lpc2292sodimm.h
+++ b/include/configs/lpc2292sodimm.h
@@ -156,6 +156,6 @@
#define CONFIG_INITRD_TAG
#define CONFIG_MMC 1
/* we use this ethernet chip */
-#define CONFIG_ENC28J60
+#define CONFIG_ENC28J60_LPC2292
#endif /* __CONFIG_H */
OpenPOWER on IntegriCloud