Fix typo in cpu/mpc85xx/cpu.c
CONFIG_MPC85xx_FEC -> CONFIG_MPC85XX_FEC Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
This commit is contained in:
parent
5dfb3ee3f5
commit
62e15b497f
@ -383,7 +383,7 @@ void upmconfig (uint upm, uint * table, uint size)
|
||||
*/
|
||||
int cpu_eth_init(bd_t *bis)
|
||||
{
|
||||
#if defined(CONFIG_TSEC_ENET) || defined(CONFIG_MPC85xx_FEC)
|
||||
#if defined(CONFIG_TSEC_ENET) || defined(CONFIG_MPC85XX_FEC)
|
||||
tsec_standard_init(bis);
|
||||
#endif
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user