From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jerry Van Baren Date: Wed, 09 Jan 2008 15:48:12 -0500 Subject: [U-Boot-Users] [PATCH 2/2] Remove the obsolete terse version of do_mii() In-Reply-To: <20080109204440.0571924755@gemini.denx.de> References: <20080109204440.0571924755@gemini.denx.de> Message-ID: <4785330C.2090106@ge.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de Wolfgang Denk wrote: > In message <477472A3.4020201@necel.com> you wrote: >> We now have more useful version of do_mii() and everybody use it. Grald >> Van Baren says >> >>> When I originally wrote the mii command 6(!) years ago, I wrote a >>> verbose version that printed human readable decomposition of the flags, >>> etc., and a terse one that didn't print as much stuff and thus had a >>> smaller memory footprint. >>> >>> It sounds like the terse version has withered and died, apparently >>> people are only using the verbose version (which is very understandable, >>> I do myself). >> Signed-off-by: Shinya Kuribayashi >> Signed-off-by: Gerald Van Baren > > Applied, thanks. > > Best regards, > > Wolfgang Denk ...here gvb