diff options
author | Ben Warren <biggerbadderben@gmail.com> | 2009-12-14 16:30:39 -0800 |
---|---|---|
committer | Ben Warren <biggerbadderben@gmail.com> | 2009-12-14 16:42:03 -0800 |
commit | 1ab70f6fff9fa3b7910c11b874f625e004256c50 (patch) | |
tree | 97cd17895d2a640bafdb709ad10078f01491f5fe /include/configs/B2.h | |
parent | 076cd24cb4278c125c8f36df386852dc0fcfefae (diff) |
Net: Clean up LAN91C96 Support
A previous Commit converted the LAN91C96 Ethernet driver to using the
CONFIG_NET_MULTI API, but did not include full board support. This patch
finishes the job.
Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
Diffstat (limited to 'include/configs/B2.h')
-rw-r--r-- | include/configs/B2.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/configs/B2.h b/include/configs/B2.h index d7806e96289..f51a26115c4 100644 --- a/include/configs/B2.h +++ b/include/configs/B2.h @@ -98,7 +98,7 @@ #define CONFIG_CMD_EEPROM #define CONFIG_CMD_I2C - +#define CONFIG_NET_MULTI #define CONFIG_BOOTDELAY 5 #define CONFIG_ETHADDR 00:50:c2:1e:af:fb #define CONFIG_BOOTARGS "setenv bootargs root=/dev/ram ip=192.168.0.70:::::eth0:off \ |