summaryrefslogtreecommitdiff
path: root/include/configs/km_arm.h
diff options
context:
space:
mode:
authorWolfgang Denk <wd@denx.de>2010-07-14 22:04:30 +0200
committerWolfgang Denk <wd@denx.de>2010-07-14 22:04:30 +0200
commit50298d37e698a6c730eacf1811da5e7011e20113 (patch)
treea51aafa009344af9da761e9477264d53bc60117d /include/configs/km_arm.h
parentcb8f0317295482b1a48802778a6927510cb145ba (diff)
parentab9164d0defe766fbbf0bc75c7e1645de63b7923 (diff)
downloadu-boot-imx-50298d37e698a6c730eacf1811da5e7011e20113.zip
u-boot-imx-50298d37e698a6c730eacf1811da5e7011e20113.tar.gz
u-boot-imx-50298d37e698a6c730eacf1811da5e7011e20113.tar.bz2
Merge branch 'master' of git://git.denx.de/u-boot-net
Diffstat (limited to 'include/configs/km_arm.h')
-rw-r--r--include/configs/km_arm.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/configs/km_arm.h b/include/configs/km_arm.h
index a928c2c..6519c90 100644
--- a/include/configs/km_arm.h
+++ b/include/configs/km_arm.h
@@ -127,9 +127,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 88E1118 PHY */