Fix compile error in building MBX860T.

Bug was introduced in 9eb79bd885

Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
This commit is contained in:
Ben Warren 2008-12-09 23:26:31 -08:00
parent 97a24a78ee
commit 4cd8ed4061

View file

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