Skip to content
Snippets Groups Projects
Commit 2bc2a8f6 authored by ksi@koi8.net's avatar ksi@koi8.net Committed by Ben Warren
Browse files

Fix MPC8260 with ethernet on SCC


This fixes MPC8260 compilation with ethernet on SCC. Probably was a
typo or something...

Signed-off-by: default avatarSergey Kubushyn <ksi@koi8.net>
Signed-off-by: default avatarBen Warren <biggerbadderben@gmail.com>
parent ae5d8f61
No related branches found
No related tags found
No related merge requests found
...@@ -327,7 +327,7 @@ int cpu_eth_init(bd_t *bis) ...@@ -327,7 +327,7 @@ int cpu_eth_init(bd_t *bis)
fec_initialize(bis); fec_initialize(bis);
#endif #endif
#if defined(CONFIG_ETHER_ON_SCC) #if defined(CONFIG_ETHER_ON_SCC)
mpc82xx_scc_enet_initialize(bd); mpc82xx_scc_enet_initialize(bis);
#endif #endif
return 0; return 0;
} }
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