Re: [U-Boot] [PATCH] cmd: mii: don't check address for 'device' subcommand

2018-10-22 Thread Joe Hershberger
On Fri, Aug 17, 2018 at 6:11 AM Hector Palacios wrote: > > All mii operations require a valid PHY address except the 'device' > command, which expects the PHY name rather than the address. > > Signed-off-by: Hector Palacios Acked-by: Joe Hershberger _

[U-Boot] [PATCH] cmd: mii: don't check address for 'device' subcommand

2018-08-17 Thread Hector Palacios
All mii operations require a valid PHY address except the 'device' command, which expects the PHY name rather than the address. Signed-off-by: Hector Palacios --- cmd/mii.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cmd/mii.c b/cmd/mii.c index ce7b393eeaae..c0c42a851f90