提交 62e15b49 编写于 作者: B Ben Warren

Fix typo in cpu/mpc85xx/cpu.c

CONFIG_MPC85xx_FEC -> CONFIG_MPC85XX_FEC
Signed-off-by: NBen Warren <biggerbadderben@gmail.com>
上级 5dfb3ee3
......@@ -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
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册