summaryrefslogtreecommitdiff
path: root/cmd/mdio.c
diff options
context:
space:
mode:
Diffstat (limited to 'cmd/mdio.c')
-rw-r--r--cmd/mdio.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/cmd/mdio.c b/cmd/mdio.c
index cfa45ad12a..3c74326161 100644
--- a/cmd/mdio.c
+++ b/cmd/mdio.c
@@ -254,7 +254,7 @@ static int do_mdio(struct cmd_tbl *cmdtp, int flag, int argc,
switch (op[0]) {
case 'w':
if (pos > 1)
- data = simple_strtoul(argv[pos--], NULL, 16);
+ data = hextoul(argv[pos--], NULL);
/* Intentional fall-through - Get reg for read and write */
case 'r':
if (pos > 1)