mirror of
https://xff.cz/git/u-boot/
synced 2025-10-15 06:51:56 +02:00
net: gem: Extend timeout value
Extend time for MDIO. (Because of zed board) Signed-off-by: Michal Simek <michal.simek@xilinx.com>
This commit is contained in:
@@ -163,7 +163,7 @@ struct zynq_gem_priv {
|
||||
static inline int mdio_wait(struct eth_device *dev)
|
||||
{
|
||||
struct zynq_gem_regs *regs = (struct zynq_gem_regs *)dev->iobase;
|
||||
u32 timeout = 200;
|
||||
u32 timeout = 20000;
|
||||
|
||||
/* Wait till MDIO interface is ready to accept a new transaction. */
|
||||
while (--timeout) {
|
||||
|
Reference in New Issue
Block a user