diff options
author | Pavel Machek <pavel@denx.de> | 2014-07-14 14:14:17 +0200 |
---|---|---|
committer | Tom Rini <trini@ti.com> | 2014-08-30 07:46:38 -0400 |
commit | 99b97106f3d2ff89af70559fdfa0360ac22c536c (patch) | |
tree | c749c495c3b58d00cd6d7374b900867aba6319a2 /board/altera | |
parent | 3ab019e1dc39c69ae7fd0e15b080ef6c59cd138f (diff) | |
download | u-boot-imx-99b97106f3d2ff89af70559fdfa0360ac22c536c.zip u-boot-imx-99b97106f3d2ff89af70559fdfa0360ac22c536c.tar.gz u-boot-imx-99b97106f3d2ff89af70559fdfa0360ac22c536c.tar.bz2 |
socfpga: initialize designware ethernet
Enable initialization fo designware ethernet controller. With this
patch, ethernet works in my configuration, provided I set ethernet
address in the environment.
Signed-off-by: Pavel Machek <pavel@denx.de>
Diffstat (limited to 'board/altera')
-rw-r--r-- | board/altera/socfpga/socfpga_cyclone5.c | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/board/altera/socfpga/socfpga_cyclone5.c b/board/altera/socfpga/socfpga_cyclone5.c index f366565..fb92852 100644 --- a/board/altera/socfpga/socfpga_cyclone5.c +++ b/board/altera/socfpga/socfpga_cyclone5.c @@ -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; -} |