diff options
author | Stefan Roese <sr@denx.de> | 2005-11-29 18:18:21 +0100 |
---|---|---|
committer | Stefan Roese <sr@denx.de> | 2005-11-29 18:18:21 +0100 |
commit | 6e7fb6eaa515e15c2b86451d7853c2611713e872 (patch) | |
tree | 512e4c08baa1047310056989a4a651fe4aa10d18 /cpu/ppc4xx/miiphy.c | |
parent | 1178a412d2c71cf8be61738153f11c99ce9653a5 (diff) |
Add support for AMCC 440SP, add support for AMCC Luan 440SP eval board.
Patch by John Otken, 23 Nov 2005
Diffstat (limited to 'cpu/ppc4xx/miiphy.c')
-rw-r--r-- | cpu/ppc4xx/miiphy.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cpu/ppc4xx/miiphy.c b/cpu/ppc4xx/miiphy.c index f319eb82727..f26f2a203a0 100644 --- a/cpu/ppc4xx/miiphy.c +++ b/cpu/ppc4xx/miiphy.c @@ -104,7 +104,7 @@ int phy_setup_aneg (char *devname, unsigned char addr) /***********************************************************/ unsigned int miiphy_getemac_offset (void) { -#if defined(CONFIG_440) && defined(CONFIG_NET_MULTI) +#if (defined(CONFIG_440) && !defined(CONFIG_440SP)) && defined(CONFIG_NET_MULTI) unsigned long zmii; unsigned long eoffset; |