Skip to content
Snippets Groups Projects
Commit 62e15b49 authored by Ben Warren's avatar Ben Warren
Browse files

Fix typo in cpu/mpc85xx/cpu.c


CONFIG_MPC85xx_FEC -> CONFIG_MPC85XX_FEC

Signed-off-by: default avatarBen Warren <biggerbadderben@gmail.com>
parent 5dfb3ee3
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
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