commit | 582c55a0274f38e6e7e35b95e7ab81d3e912f700 | [log] [tgz] |
---|---|---|
author | Heiko Schocher <hs@denx.de> | Wed Jan 20 09:04:28 2010 +0100 |
committer | Ben Warren <biggerbadderben@gmail.com> | Sun Jan 31 22:37:12 2010 -0800 |
tree | 738a6e228401060be601b4fdd795e2de0b3d4bd3 | |
parent | d7e354374c8eb0a5d8b8226b881c5ee276c77a60 [diff] |
83xx, uec: split enet_interface in two variables There's no sensible reason to unite speed and interface type into one variable. So split this variable enet_interface into two vars: enet_interface_type, which hold the interface type and speed. Also: add the possibility for switching between 10 and 100 MBit interfaces on the fly, when running in FAST_ETH mode. Signed-off-by: Heiko Schocher <hs@denx.de> Signed-off-by: Ben Warren <biggerbadderben@gmail.com>