From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ben Warren Date: Tue, 13 Nov 2007 16:37:24 -0500 Subject: [U-Boot-Users] [PATCH] Enable ULi1575 Ethernet support in 8610HPCD config In-Reply-To: <1194979793.12888.27.camel@ld0161-tx32> References: <1194979793.12888.27.camel@ld0161-tx32> Message-ID: <473A1914.7050304@qstreams.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de 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. regards, Ben