Skip to content
Snippets Groups Projects
Commit e58dc132 authored by Stefan Roese's avatar Stefan Roese
Browse files

- Fix compile bug (PPC4xx).

parent a3ed3996
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment