From: Valentin Longchamp Date: Fri, 25 May 2012 01:57:20 +0000 (+0000) Subject: arm/km: enable mii cmd X-Git-Tag: v2012.07-rc1~11^2~100 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=002ec08d6d4e6bc32ac8f5d35ea4fbbc1f9138ab;p=platform%2Fkernel%2Fu-boot.git arm/km: enable mii cmd This is useful to debug the switch initialization Signed-off-by: Valentin Longchamp Signed-off-by: Holger Brunck cc: Gerlando Falauto cc: Prafulla Wadaskar --- diff --git a/include/configs/km/km_arm.h b/include/configs/km/km_arm.h index 6423a07..43a0efb 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 */