mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-25 06:00:43 +00:00
drivers/net/fec_mxc.c: Fix spelling of "resetting".
This commit is contained in:
parent
1107b062e5
commit
f697addf8a
1 changed files with 1 additions and 1 deletions
|
@ -1465,7 +1465,7 @@ static int fecmxc_probe(struct udevice *dev)
|
|||
start = get_timer(0);
|
||||
while (readl(&priv->eth->ecntrl) & FEC_ECNTRL_RESET) {
|
||||
if (get_timer(start) > (CONFIG_SYS_HZ * 5)) {
|
||||
printf("FEC MXC: Timeout reseting chip\n");
|
||||
printf("FEC MXC: Timeout resetting chip\n");
|
||||
goto err_timeout;
|
||||
}
|
||||
udelay(10);
|
||||
|
|
Loading…
Reference in a new issue