* Patch by Rahul Shanbhag, 19 Feb 2004:
[platform/kernel/u-boot.git] / drivers / eepro100.c
index 9839a18..906159e 100644 (file)
@@ -248,7 +248,7 @@ static int eepro100_send (struct eth_device *dev, volatile void *packet,
 static int eepro100_recv (struct eth_device *dev);
 static void eepro100_halt (struct eth_device *dev);
 
-#if defined(CONFIG_E500)
+#if defined(CONFIG_E500) || defined(CONFIG_DB64360) || defined(CONFIG_DB64460)
 #define bus_to_phys(a) (a)
 #define phys_to_bus(a) (a)
 #else