mirror of
https://github.com/Fishwaldo/u-boot.git
synced 2025-07-10 16:42:37 +00:00
Fix MPC8260 with ethernet on SCC
This fixes MPC8260 compilation with ethernet on SCC. Probably was a typo or something... Signed-off-by: Sergey Kubushyn <ksi@koi8.net> Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
This commit is contained in:
parent
ae5d8f613c
commit
2bc2a8f6dc
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue