From 3a473b2a6523db9cdf2b5aed22d9730b4ebc5693 Mon Sep 17 00:00:00 2001 From: wdenk Date: Sat, 3 Jan 2004 00:43:19 +0000 Subject: * Patch by Ronen Shitrit, 10 Dec 2003: Add support for the Marvell DB64360 / DB64460 development boards * Patch by Detlev Zundel, 10 Dec 2003: fix dependency problem in examples/Makefile --- drivers/eepro100.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'drivers/eepro100.c') diff --git a/drivers/eepro100.c b/drivers/eepro100.c index 9839a18..906159e 100644 --- a/drivers/eepro100.c +++ b/drivers/eepro100.c @@ -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 -- cgit v1.1