Merge tag 'u-boot-atmel-fixes-2020.07-a' of https://gitlab.denx.de/u-boot/custodians...
[oweals/u-boot.git] / arch / arm / mach-davinci / cpu.c
index f97ad3fc740142807ea56a56a5a132deeabcbbb1..40dd44af67ebd33f116e41cbf43ce18871d763a5 100644 (file)
@@ -5,7 +5,7 @@
  */
 
 #include <common.h>
-#include <netdev.h>
+#include <init.h>
 #include <asm/arch/hardware.h>
 #include <asm/io.h>
 
@@ -90,15 +90,3 @@ int set_cpu_clk_info(void)
        gd->bd->bi_dsp_freq = 0;
        return 0;
 }
-
-/*
- * Initializes on-chip ethernet controllers.
- * to override, implement board_eth_init()
- */
-int cpu_eth_init(bd_t *bis)
-{
-#if defined(CONFIG_DRIVER_TI_EMAC)
-       davinci_emac_initialize();
-#endif
-       return 0;
-}