dts: Bring in Chrome OS keyboard device tree definition
[oweals/u-boot.git] / drivers / net / eepro100.c
index 1e4ea0c8927ee76a022af346fb08eded21b57bb5..a23a5852ee1d8ae32e25424b5ac97b8d43c6de84 100644 (file)
@@ -230,7 +230,7 @@ static int eepro100_send(struct eth_device *dev, void *packet, int length);
 static int eepro100_recv (struct eth_device *dev);
 static void eepro100_halt (struct eth_device *dev);
 
-#if defined(CONFIG_E500) || defined(CONFIG_DB64360) || defined(CONFIG_DB64460)
+#if defined(CONFIG_E500)
 #define bus_to_phys(a) (a)
 #define phys_to_bus(a) (a)
 #else