]> git.ipfire.org Git - people/ms/u-boot.git/blobdiff - board/altera/socfpga/socfpga_cyclone5.c
socfpga: initialize designware ethernet
[people/ms/u-boot.git] / board / altera / socfpga / socfpga_cyclone5.c
index f36656505f20c156e820d20c1161d9365b8d6412..fb92852d5f56ad31a4972779d019c01a3ba34068 100644 (file)
@@ -37,12 +37,3 @@ int board_init(void)
        icache_enable();
        return 0;
 }
-
-/*
- * DesignWare Ethernet initialization
- */
-/* We know all the init functions have been run now */
-int board_eth_init(bd_t *bis)
-{
-       return 0;
-}