From: Gleb Natapov <gleb@nbase.co.il>
To: u-boot@lists.denx.de
Subject: [U-Boot-Users] [PATCH] mii info addr typo
Date: Wed, 29 Dec 2004 16:56:58 +0200 [thread overview]
Message-ID: <20041229145658.GZ8530@nbase.co.il> (raw)
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:
reply other threads:[~2004-12-29 14:56 UTC|newest]
Thread overview: [no followups] expand[flat|nested] mbox.gz Atom feed
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20041229145658.GZ8530@nbase.co.il \
--to=gleb@nbase.co.il \
--cc=u-boot@lists.denx.de \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox