From mboxrd@z Thu Jan 1 00:00:00 1970 From: Gleb Natapov Date: Wed, 29 Dec 2004 16:56:58 +0200 Subject: [U-Boot-Users] [PATCH] mii info addr typo Message-ID: <20041229145658.GZ8530@nbase.co.il> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de 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: