diff options
author | Wolfgang Denk <wd@denx.de> | 2009-12-17 22:59:27 +0100 |
---|---|---|
committer | Wolfgang Denk <wd@denx.de> | 2009-12-17 22:59:27 +0100 |
commit | b6535daefd65c93ea429bc4728062379dda6e482 (patch) | |
tree | 2ba6d227112143d5e522a2aca72a85671e08bd55 /include/configs/omap1610h2.h | |
parent | e5e4e705ce402856a4800ebf4c0cc163d41b58b0 (diff) | |
parent | 1ab70f6fff9fa3b7910c11b874f625e004256c50 (diff) | |
download | u-boot-imx-b6535daefd65c93ea429bc4728062379dda6e482.zip u-boot-imx-b6535daefd65c93ea429bc4728062379dda6e482.tar.gz u-boot-imx-b6535daefd65c93ea429bc4728062379dda6e482.tar.bz2 |
Merge branch 'next' of git://git.denx.de/u-boot-net
Diffstat (limited to 'include/configs/omap1610h2.h')
-rw-r--r-- | include/configs/omap1610h2.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/include/configs/omap1610h2.h b/include/configs/omap1610h2.h index 42e0198..0bbb5b3 100644 --- a/include/configs/omap1610h2.h +++ b/include/configs/omap1610h2.h @@ -57,7 +57,8 @@ /* * Hardware drivers */ -#define CONFIG_DRIVER_LAN91C96 +#define CONFIG_NET_MULTI +#define CONFIG_LAN91C96 #define CONFIG_LAN91C96_BASE 0x04000300 #define CONFIG_LAN91C96_EXT_PHY |