mirror of
https://source.denx.de/u-boot/u-boot.git
synced 2025-12-16 06:51:41 +01:00
axs101: fix dw gmac instantiation for updated dw gmac driver
With accepted change to DW GMAC driver - 92a190aaab3536d695c51e0739f925910eb49889 (net/designware - switch driver to phylib usage) we need to update this board because "designware_initialize" now accepts only 2 parameters instead of 4. Cc: Vineet Gupta <vgupta@synopsys.com> Cc: Tom Rini <trini@ti.com> Signed-off-by: Alexey Brodkin <abrodkin@synopsys.com>
This commit is contained in:
parent
94b5400e76
commit
f39b2a6e88
@ -36,7 +36,7 @@ int board_mmc_init(bd_t *bis)
|
||||
|
||||
int board_eth_init(bd_t *bis)
|
||||
{
|
||||
if (designware_initialize(0, ARC_DWGMAC_BASE, 0,
|
||||
if (designware_initialize(ARC_DWGMAC_BASE,
|
||||
PHY_INTERFACE_MODE_RGMII) >= 0)
|
||||
return 1;
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user