diff options
author | Lars-Peter Clausen <lars@metafoo.de> | 2010-10-04 21:26:33 +0000 |
---|---|---|
committer | Lars-Peter Clausen <lars@metafoo.de> | 2010-10-04 21:26:33 +0000 |
commit | ce4a344edcc2be6dcbc2e9321414c263569bf5b6 (patch) | |
tree | 87755e06157f0416f1bbf7041e4ca83bd5824495 /package/uboot-kirkwood/files/include | |
parent | 39fc8e6d0849dc24442ba8833404be0e4b507179 (diff) | |
download | upstream-ce4a344edcc2be6dcbc2e9321414c263569bf5b6.tar.gz upstream-ce4a344edcc2be6dcbc2e9321414c263569bf5b6.tar.bz2 upstream-ce4a344edcc2be6dcbc2e9321414c263569bf5b6.zip |
[packages] uboot-kirkwood: Update to uboot to 2010.09
(and add missing files from pervious commit)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@23228 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/uboot-kirkwood/files/include')
-rw-r--r-- | package/uboot-kirkwood/files/include/configs/dockstar.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/package/uboot-kirkwood/files/include/configs/dockstar.h b/package/uboot-kirkwood/files/include/configs/dockstar.h index fa3d199593..e19552c69c 100644 --- a/package/uboot-kirkwood/files/include/configs/dockstar.h +++ b/package/uboot-kirkwood/files/include/configs/dockstar.h @@ -172,9 +172,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 kirkwood 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 */ |