From mboxrd@z Thu Jan 1 00:00:00 1970 From: Zang Roy-r61911 Date: 14 Nov 2007 19:47:12 +0800 Subject: [U-Boot-Users] [PATCH] Enable ULi1575 Ethernet support in 8610HPCD config In-Reply-To: <473A1914.7050304@qstreams.com> References: <1194979793.12888.27.camel@ld0161-tx32> <473A1914.7050304@qstreams.com> Message-ID: <1195040831.3571.7.camel@localhost.localdomain> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de On Wed, 2007-11-14 at 05:37, Ben Warren wrote: > Jon Loeliger wrote: > > From: Roy Zang > > > > Signed-off-by: Roy Zang > > Acked-by: Jon Loeliger > > --- > > include/configs/MPC8610HPCD.h | 8 ++++---- > > 1 files changed, 4 insertions(+), 4 deletions(-) > > > > > #define CONFIG_EEPRO100 > > #define CONFIG_TULIP > > +#ifdef CONFIG_TULIP > > +#define CONFIG_ETHADDR 00:E0:0C:00:00:01 > > > Do you really need to do this? It's just asking for trouble. It can assign a init MAC address to the port. Now, EEPROM issue is solved. We can remove it. CONFIG_TULIP is not accurate for the port. I have renamed it to CONFIG_ULI526X in the driver. I will provide a patch to fix both of these. Tired today :-), hope tomorrow! Thanks. Roy