diff options
| author | Albert Aribaud <[email protected]> | 2010-07-12 22:24:28 +0200 |
|---|---|---|
| committer | Ben Warren <[email protected]> | 2010-07-12 23:40:31 -0700 |
| commit | d44265ad783f1896685db04faec148e32e918cda (patch) | |
| tree | e9548095b0f14eac91a900447c6a3f5a46ca430d /include/configs/rd6281a.h | |
| parent | 9b6bcdcb932cf38a2da1b059f661b8ee6b85175f (diff) | |
mvgbe: support SoCs other than kirkwood
Rename all references to kirkwood in mvgbe symbols
throughout the whole codebase.
Signed-off-by: Albert Aribaud <[email protected]>
Acked-by: Prafulla Wadaskar <[email protected]>
Signed-off-by: Ben Warren <[email protected]>
Diffstat (limited to 'include/configs/rd6281a.h')
| -rw-r--r-- | include/configs/rd6281a.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/include/configs/rd6281a.h b/include/configs/rd6281a.h index 3d8e25cc84d..585730111f1 100644 --- a/include/configs/rd6281a.h +++ b/include/configs/rd6281a.h @@ -171,8 +171,8 @@ #define CONFIG_NETCONSOLE /* include NetConsole support */ #define CONFIG_NET_MULTI /* specify more that one ports available */ #define CONFIG_MII /* expose smi ove miiphy interface */ -#define CONFIG_KIRKWOOD_EGIGA /* Enable kirkwood Gbe Controller Driver */ -#define CONFIG_KIRKWOOD_EGIGA_PORTS {1,1} /* enable both ports */ +#define CONFIG_MVGBE /* Enable Marvell Gbe Controller Driver */ +#define CONFIG_MVGBE_PORTS {1, 1} /* enable both ports */ #define CONFIG_MV88E61XX_MULTICHIP_ADRMODE #define CONFIG_DIS_AUTO_NEG_SPEED_GMII /*Disable Auto speed negociation */ #define CONFIG_PHY_SPEED _1000BASET /*Force PHYspeed to 1GBPs */ |
