diff options
| author | Albert Aribaud <albert.aribaud@free.fr> | 2010-07-12 22:24:28 +0200 | 
|---|---|---|
| committer | Ben Warren <biggerbadderben@gmail.com> | 2010-07-12 23:40:31 -0700 | 
| commit | d44265ad783f1896685db04faec148e32e918cda (patch) | |
| tree | e9548095b0f14eac91a900447c6a3f5a46ca430d /include/configs/sheevaplug.h | |
| parent | 9b6bcdcb932cf38a2da1b059f661b8ee6b85175f (diff) | |
| download | olio-uboot-2014.01-d44265ad783f1896685db04faec148e32e918cda.tar.xz olio-uboot-2014.01-d44265ad783f1896685db04faec148e32e918cda.zip | |
mvgbe: support SoCs other than kirkwood
Rename all references to kirkwood in mvgbe symbols
throughout the whole codebase.
Signed-off-by: Albert Aribaud <albert.aribaud@free.fr>
Acked-by: Prafulla Wadaskar <prafulla@marvell.com>
Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
Diffstat (limited to 'include/configs/sheevaplug.h')
| -rw-r--r-- | include/configs/sheevaplug.h | 4 | 
1 files changed, 2 insertions, 2 deletions
| diff --git a/include/configs/sheevaplug.h b/include/configs/sheevaplug.h index e9edc4495..c5de86eb0 100644 --- a/include/configs/sheevaplug.h +++ b/include/configs/sheevaplug.h @@ -174,9 +174,9 @@  #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_MVGBE		/* Enable Marvell Gbe Controller Driver */  #define CONFIG_SYS_FAULT_ECHO_LINK_DOWN	/* detect link using phy */ -#define CONFIG_KIRKWOOD_EGIGA_PORTS	{1,0}	/* enable port 0 only */ +#define CONFIG_MVGBE_PORTS	{1, 0}	/* enable port 0 only */  #define CONFIG_PHY_BASE_ADR	0  #define CONFIG_ENV_OVERWRITE	/* ethaddr can be reprogrammed */  #define CONFIG_RESET_PHY_R	/* use reset_phy() to init mv8831116 PHY */ |