]> git.kernelconcepts.de Git - karo-tx-uboot.git/blobdiff - cpu/mips/au1x00_eth.c
* Patch by Leif Lindholm, 23 Sep 2004:
[karo-tx-uboot.git] / cpu / mips / au1x00_eth.c
index 4f68a9b02a09e817ddd4f02a8346708fd8492fa2..b8219bf05b39d62ef570044385652fa2d21918e7 100644 (file)
 #define ETH0_BASE AU1500_ETH0_BASE
 #define MAC0_ENABLE AU1500_MAC0_ENABLE
 #else
+#ifdef CONFIG_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>