diff options
Diffstat (limited to 'board/cmc_pu2/cmc_pu2.c')
| -rw-r--r-- | board/cmc_pu2/cmc_pu2.c | 4 | 
1 files changed, 2 insertions, 2 deletions
| diff --git a/board/cmc_pu2/cmc_pu2.c b/board/cmc_pu2/cmc_pu2.c index 9ae3c42be..374cd0701 100644 --- a/board/cmc_pu2/cmc_pu2.c +++ b/board/cmc_pu2/cmc_pu2.c @@ -155,7 +155,7 @@ int hw_detect (void)  }  #ifdef CONFIG_DRIVER_ETHER -#if (CONFIG_COMMANDS & CFG_CMD_NET) +#if defined(CONFIG_CMD_NET)  /*   * Name: @@ -175,5 +175,5 @@ void at91rm9200_GetPhyInterface(AT91PS_PhyOps p_phyops)  	p_phyops->AutoNegotiate = dm9161_AutoNegotiate;  } -#endif	/* CONFIG_COMMANDS & CFG_CMD_NET */ +#endif  #endif	/* CONFIG_DRIVER_ETHER */ |