]> git.dujemihanovic.xyz Git - u-boot.git/commit
board: gateworks: venice: Simplify Ethernet initialization
authorTim Harvey <tharvey@gateworks.com>
Thu, 20 Jun 2024 22:24:44 +0000 (15:24 -0700)
committerFabio Estevam <festevam@gmail.com>
Mon, 24 Jun 2024 12:23:06 +0000 (09:23 -0300)
commit6888c934e70c4855a1e1fd6f78bd2e1c0e9ecea1
tree92409fffde79e26e604cc16007753acc280ac6f5
parent8ffd7fb0df6953d8baacef4706f50ca002c519e7
board: gateworks: venice: Simplify Ethernet initialization

With DM enabled, there is no need for board code to initialize
the Ethernet interfaces.

Specifically board_interface_eth_init will handle the configuration of
GPR1.

Signed-off-by: Tim Harvey <tharvey@gateworks.com>
board/gateworks/venice/venice.c