diff options
Diffstat (limited to 'cpu/mpc512x/cpu.c')
| -rw-r--r-- | cpu/mpc512x/cpu.c | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/cpu/mpc512x/cpu.c b/cpu/mpc512x/cpu.c index 703e1889c..1f39ac4c1 100644 --- a/cpu/mpc512x/cpu.c +++ b/cpu/mpc512x/cpu.c @@ -191,7 +191,7 @@ void ft_cpu_setup(void *blob, bd_t *bd)  #endif  	ft_clock_setup(blob, bd);  #ifdef CONFIG_HAS_ETH0 -	fdt_fixup_ethernet(blob, bd); +	fdt_fixup_ethernet(blob);  #endif  }  #endif |