]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
Remove the obsolete terse version of do_mii()
authorShinya Kuribayashi <shinya.kuribayashi@necel.com>
Fri, 28 Dec 2007 03:50:59 +0000 (12:50 +0900)
committerWolfgang Denk <wd@denx.de>
Wed, 9 Jan 2008 20:44:22 +0000 (21:44 +0100)
commita9b410dc7d2a4721c408b13abfc037988150f145
treed4c5a9ac1b7a8e31a975b32f52266c51fde21590
parent01c687aa6e065bd4faf80f723361e798941dd6b0
Remove the obsolete terse version of do_mii()

We now have more useful version of do_mii() and everybody use it.
Gerald 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 <shinya.kuribayashi@necel.com>
Signed-off-by: Gerald Van Baren <vanbaren@cideas.com>
common/cmd_mii.c