diff options
Diffstat (limited to 'net/eth.c')
| -rw-r--r-- | net/eth.c | 5 | 
1 files changed, 0 insertions, 5 deletions
| @@ -81,8 +81,6 @@ static int __def_eth_init(bd_t *bis)  int cpu_eth_init(bd_t *bis) __attribute__((weak, alias("__def_eth_init")));  int board_eth_init(bd_t *bis) __attribute__((weak, alias("__def_eth_init"))); -extern int mv6446x_eth_initialize(bd_t *); -  #ifdef CONFIG_API  extern void (*push_packet)(volatile void *, int); @@ -280,9 +278,6 @@ int eth_initialize(bd_t *bis)  	} else  		printf("Net Initialization Skipped\n"); -#if defined(CONFIG_DB64460) || defined(CONFIG_P3Mx) -	mv6446x_eth_initialize(bis); -#endif  	if (!eth_devices) {  		puts ("No ethernet found.\n");  		show_boot_progress (-64); |