Skip to content
Snippets Groups Projects
Commit 2145188b authored by Ben Warren's avatar Ben Warren Committed by Wolfgang Denk
Browse files

Fix compile error in building MBX860T.

parent bcb6dd91
No related branches found
No related tags found
No related merge requests found
......@@ -644,7 +644,7 @@ void reset_8xx_watchdog (volatile immap_t * immr)
*/
int cpu_eth_init(bd_t *bis)
{
#if defined(SCC_ENET)
#if defined(SCC_ENET) && defined(CONFIG_CMD_NET)
scc_initialize(bis);
#endif
#if defined(FEC_ENET)
......
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