diff options
| author | [email protected] <[email protected]> | 2009-02-06 16:27:55 -0800 |
|---|---|---|
| committer | Ben Warren <[email protected]> | 2009-02-09 22:47:06 -0800 |
| commit | 2bc2a8f6dc9fdda465317da59474e65c24a398a2 (patch) | |
| tree | dabcd09e26f76f02cb41f13aac7125e0c82cbcc5 /cpu | |
| parent | ae5d8f613cec1a6af7bf1fc9c42a3b856f021023 (diff) | |
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 <[email protected]>
Signed-off-by: Ben Warren <[email protected]>
Diffstat (limited to 'cpu')
| -rw-r--r-- | cpu/mpc8260/cpu.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cpu/mpc8260/cpu.c b/cpu/mpc8260/cpu.c index f4beca55be0..1b034cd5747 100644 --- a/cpu/mpc8260/cpu.c +++ b/cpu/mpc8260/cpu.c @@ -327,7 +327,7 @@ int cpu_eth_init(bd_t *bis) fec_initialize(bis); #endif #if defined(CONFIG_ETHER_ON_SCC) - mpc82xx_scc_enet_initialize(bd); + mpc82xx_scc_enet_initialize(bis); #endif return 0; } |
