
On Wed, 2007-11-14 at 05:37, Ben Warren wrote:
Jon Loeliger wrote:
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(-)
<snip> > #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