diff options
| author | Valentin Longchamp <valentin.longchamp@keymile.com> | 2012-05-25 01:57:20 +0000 | 
|---|---|---|
| committer | Albert ARIBAUD <albert.u.boot@aribaud.net> | 2012-07-07 14:07:31 +0200 | 
| commit | 002ec08d6d4e6bc32ac8f5d35ea4fbbc1f9138ab (patch) | |
| tree | 46d9e8ff32897fb10ce7c2165558bce913bb3ebe /include/configs/km/km_arm.h | |
| parent | be67190e48b0f5f57f05104ee1e01d285cc96844 (diff) | |
| download | olio-uboot-2014.01-002ec08d6d4e6bc32ac8f5d35ea4fbbc1f9138ab.tar.xz olio-uboot-2014.01-002ec08d6d4e6bc32ac8f5d35ea4fbbc1f9138ab.zip | |
arm/km: enable mii cmd
This is useful to debug the switch initialization
Signed-off-by: Valentin Longchamp <valentin.longchamp@keymile.com>
Signed-off-by: Holger Brunck <holger.brunck@keymile.com>
cc: Gerlando Falauto <gerlando.falauto@keymile.com>
cc: Prafulla Wadaskar <prafulla@marvell.com>
Diffstat (limited to 'include/configs/km/km_arm.h')
| -rw-r--r-- | include/configs/km/km_arm.h | 1 | 
1 files changed, 1 insertions, 0 deletions
| diff --git a/include/configs/km/km_arm.h b/include/configs/km/km_arm.h index 6423a07b0..43a0efb42 100644 --- a/include/configs/km/km_arm.h +++ b/include/configs/km/km_arm.h @@ -159,6 +159,7 @@   */  #define CONFIG_NETCONSOLE	/* include NetConsole support   */  #define CONFIG_MII		/* expose smi ove miiphy interface */ +#define CONFIG_CMD_MII		/* to debug mdio phy config */  #define CONFIG_MVGBE		/* Enable Marvell Gbe Controller Driver */  #define CONFIG_SYS_FAULT_ECHO_LINK_DOWN	/* detect link using phy */  #define CONFIG_MVGBE_PORTS	{1, 0}	/* enable port 0 only */ |