- Fix compile bug (PPC4xx).

This commit is contained in:
stroese 2003-06-06 09:43:42 +00:00
parent a3ed3996cd
commit e58dc13283
1 changed files with 1 additions and 1 deletions

View File

@ -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