diff options
| author | Tom Rini <trini@ti.com> | 2013-11-25 10:42:19 -0500 | 
|---|---|---|
| committer | Tom Rini <trini@ti.com> | 2013-11-25 10:42:19 -0500 | 
| commit | 1a1326d2da9b2904bc90fb2990f829cb1ecef312 (patch) | |
| tree | 79b47ce3f6bbc48974d305eedebd0e473dc9a33d /common/cmd_mii.c | |
| parent | faca8ff55f4a2cf45fb906cc37f44601149fc00e (diff) | |
| parent | 2287286be4e268d3d4ec3c0347bf31479dbd1f05 (diff) | |
| download | olio-uboot-2014.01-1a1326d2da9b2904bc90fb2990f829cb1ecef312.tar.xz olio-uboot-2014.01-1a1326d2da9b2904bc90fb2990f829cb1ecef312.zip | |
Merge branch 'master' of git://git.denx.de/u-boot-net
Diffstat (limited to 'common/cmd_mii.c')
| -rw-r--r-- | common/cmd_mii.c | 4 | 
1 files changed, 2 insertions, 2 deletions
| diff --git a/common/cmd_mii.c b/common/cmd_mii.c index d3dd6b1c9..b82a7ce61 100644 --- a/common/cmd_mii.c +++ b/common/cmd_mii.c @@ -78,9 +78,9 @@ static const MII_field_desc_t reg_3_desc_tbl[] = {  static const MII_field_desc_t reg_4_desc_tbl[] = {  	{ 15, 15, 0x01, "next page able"               }, -	{ 14, 14, 0x01, "reserved"                     }, +	{ 14, 14, 0x01, "(reserved)"                   },  	{ 13, 13, 0x01, "remote fault"                 }, -	{ 12, 12, 0x01, "reserved"                     }, +	{ 12, 12, 0x01, "(reserved)"                   },  	{ 11, 11, 0x01, "asymmetric pause"             },  	{ 10, 10, 0x01, "pause enable"                 },  	{  9,  9, 0x01, "100BASE-T4 able"              }, |