From: stroese Date: Fri, 6 Jun 2003 09:43:42 +0000 (+0000) Subject: - Fix compile bug (PPC4xx). X-Git-Tag: LABEL_2006_03_12_0025~854 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=e58dc1328368687865af82827642d50b6b10d89a;p=u-boot - Fix compile bug (PPC4xx). --- diff --git a/net/eth.c b/net/eth.c index 7faa1f6974..f9863c65e0 100644 --- a/net/eth.c +++ b/net/eth.c @@ -99,7 +99,7 @@ int eth_initialize(bd_t *bis) eth_devices = NULL; eth_current = NULL; -#if (defined(CONFIG_405GP) || defined(CONFIG_440)|| defined(CONFIG_405EP) +#if (defined(CONFIG_405GP) || defined(CONFIG_440)|| defined(CONFIG_405EP)) ppc_4xx_eth_initialize(bis); #endif #ifdef CONFIG_INCA_IP_SWITCH