public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
* [U-Boot-Users] [PATCH] Enable ULi1575 Ethernet support in 8610HPCD config
@ 2007-11-13 18:49 Jon Loeliger
  2007-11-13 21:37 ` Ben Warren
  2007-11-14 15:27 ` Timur Tabi
  0 siblings, 2 replies; 15+ messages in thread
From: Jon Loeliger @ 2007-11-13 18:49 UTC (permalink / raw)
  To: u-boot

From: Roy Zang <tie-fei.zang@freescale.com>

Signed-off-by: Roy Zang <tie-fei.zang@freescale.com>
Acked-by: Jon Loeliger <jdl@freescale.com>
---
 include/configs/MPC8610HPCD.h |    8 ++++----
 1 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/include/configs/MPC8610HPCD.h b/include/configs/MPC8610HPCD.h
index f5d9c09..ef1310f 100644
--- a/include/configs/MPC8610HPCD.h
+++ b/include/configs/MPC8610HPCD.h
@@ -312,16 +312,16 @@
 #define CONFIG_PCI_SCAN_SHOW		/* show pci devices on startup */
 
 #define CONFIG_NET_MULTI
+#define CONFIG_CMD_NET
 #define CONFIG_PCI_PNP		/* do pci plug-and-play */
 
-#if 0 /* TODO */
-/* enable onboard uli network support */
-#endif
-
 #define CONFIG_RTL8139
 #define CONFIG_SK98
 #define CONFIG_EEPRO100
 #define CONFIG_TULIP
+#ifdef CONFIG_TULIP
+#define CONFIG_ETHADDR   00:E0:0C:00:00:01
+#endif
 
 /************************************************************
  * USB support
-- 
1.5.3

^ permalink raw reply related	[flat|nested] 15+ messages in thread

end of thread, other threads:[~2007-11-16  6:14 UTC | newest]

Thread overview: 15+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-11-13 18:49 [U-Boot-Users] [PATCH] Enable ULi1575 Ethernet support in 8610HPCD config Jon Loeliger
2007-11-13 21:37 ` Ben Warren
2007-11-14 11:47   ` Zang Roy-r61911
2007-11-14 15:09     ` Ben Warren
2007-11-14 15:27 ` Timur Tabi
2007-11-14 15:54   ` Jon Loeliger
2007-11-14 16:04     ` Timur Tabi
2007-11-14 16:09       ` Jon Loeliger
2007-11-14 16:30       ` Stefan Roese
2007-11-14 16:40   ` Timur Tabi
2007-11-15 10:30     ` Zang Roy-r61911
2007-11-15 14:03       ` Timur Tabi
2007-11-15 18:02         ` Scott Wood
2007-11-15 18:05           ` Timur Tabi
2007-11-16  6:14             ` Zang Roy-r61911

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox