summaryrefslogtreecommitdiff
path: root/arch/mips/mach-au1x00/au1x00_eth.c
diff options
context:
space:
mode:
Diffstat (limited to 'arch/mips/mach-au1x00/au1x00_eth.c')
-rw-r--r--arch/mips/mach-au1x00/au1x00_eth.c5
1 files changed, 0 insertions, 5 deletions
diff --git a/arch/mips/mach-au1x00/au1x00_eth.c b/arch/mips/mach-au1x00/au1x00_eth.c
index 84a1f59ba0..ef9be891ec 100644
--- a/arch/mips/mach-au1x00/au1x00_eth.c
+++ b/arch/mips/mach-au1x00/au1x00_eth.c
@@ -27,15 +27,10 @@
#define ETH0_BASE AU1500_ETH0_BASE
#define MAC0_ENABLE AU1500_MAC0_ENABLE
#else
-#ifdef CONFIG_SOC_AU1550
-#define ETH0_BASE AU1550_ETH0_BASE
-#define MAC0_ENABLE AU1550_MAC0_ENABLE
-#else
#error "No valid cpu set"
#endif
#endif
#endif
-#endif
#include <common.h>
#include <malloc.h>