All of lore.kernel.org
 help / color / mirror / Atom feed
* [U-Boot-Users] [PATCH] mii info addr typo
@ 2004-12-29 14:56 Gleb Natapov
  0 siblings, 0 replies; only message in thread
From: Gleb Natapov @ 2004-12-29 14:56 UTC (permalink / raw)
  To: u-boot

Hello Wolfgang,

Attached patch fix typo in "mii info addr" command.
"mii info" ignores addr parameter now.

--
			Gleb.
-------------- next part --------------
--- u-boot/common/cmd_mii.c	2004-05-16 15:21:56.000000000 +0300
+++ u-boot.mrv/common/cmd_mii.c	2004-12-29 16:35:31.000000000 +0200
@@ -456,7 +456,7 @@
 		 * Look for any and all PHYs.  Valid addresses are 0..31.
 		 */
 		if (argc >= 3) {
-			start = addr; end = addr + 1;
+			start = addrlo; end = addrlo + 1;
 		} else {
 			start = 0; end = 32;
 		}
--- u-boot/CHANGELOG	2004-12-29 16:38:20.000000000 +0200
+++ u-boot.mrv/CHANGELOG	2004-12-29 16:49:09.000000000 +0200
@@ -2,6 +2,9 @@
 Changes since U-Boot 1.1.1:
 ======================================================================
 
+* Patch by Gleb Natapov, 29 Dec 2004:
+  Fix "mii info {addr}" handling
+
 * Fix problems with CMC_PU2 flash driver.
 
 * Cleanup:

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2004-12-29 14:56 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2004-12-29 14:56 [U-Boot-Users] [PATCH] mii info addr typo Gleb Natapov

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.