From: stroese Date: Fri, 6 Jun 2003 09:43:42 +0000 (+0000) Subject: - Fix compile bug (PPC4xx). X-Git-Tag: v2025.01-rc5-pxa1908~23927 X-Git-Url: http://git.dujemihanovic.xyz/img/static/%7B%7B%20%24.Site.BaseURL%20%7D%7Dposts/html/index.html?a=commitdiff_plain;h=e58dc1328368687865af82827642d50b6b10d89a;p=u-boot.git - 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