diff options
author | Graeme Russ <graeme.russ@gmail.com> | 2010-04-24 00:05:55 +1000 |
---|---|---|
committer | Wolfgang Denk <wd@denx.de> | 2010-05-06 00:19:12 +0200 |
commit | 8fd805632f95e5e834f312a51aa969bf1d99c41b (patch) | |
tree | eba967c1d424d6b6003fe5506cdd3e1116fe06f7 /include/configs/eNET.h | |
parent | 21e67e796bb1d59a484dce2b4203d61bf1fd5be8 (diff) | |
download | u-boot-8fd805632f95e5e834f312a51aa969bf1d99c41b.tar.gz u-boot-8fd805632f95e5e834f312a51aa969bf1d99c41b.tar.xz u-boot-8fd805632f95e5e834f312a51aa969bf1d99c41b.zip |
eNET: Add support for onboard RTL8100B (RTL8139) chips
Signed-off-by: Graeme Russ <graeme.russ@gmail.com>
Diffstat (limited to 'include/configs/eNET.h')
-rw-r--r-- | include/configs/eNET.h | 9 |
1 files changed, 8 insertions, 1 deletions
diff --git a/include/configs/eNET.h b/include/configs/eNET.h index 0bfbd085e8..dac3ede68e 100644 --- a/include/configs/eNET.h +++ b/include/configs/eNET.h @@ -105,9 +105,10 @@ #define CONFIG_CMD_LOADS /* loads */ #define CONFIG_CMD_MEMORY /* md mm nm mw cp cmp crc base loop mtest */ #define CONFIG_CMD_MISC /* Misc functions like sleep etc*/ -#undef CONFIG_CMD_NET /* bootp, tftpboot, rarpboot */ +#define CONFIG_CMD_NET /* bootp, tftpboot, rarpboot */ #undef CONFIG_CMD_NFS /* NFS support */ #define CONFIG_CMD_PCI /* PCI support */ +#define CONFIG_CMD_PING /* ICMP echo support */ #define CONFIG_CMD_RUN /* run command in env variable */ #define CONFIG_CMD_SAVEENV /* saveenv */ #define CONFIG_CMD_SETGETDCR /* DCR support on 4xx */ @@ -226,6 +227,12 @@ #define CONFIG_SYS_THIRD_PCI_IRQ 11 #define CONFIG_SYS_FORTH_PCI_IRQ 15 + /* + * Network device (TRL8100B) support + */ +#define CONFIG_NET_MULTI +#define CONFIG_RTL8139 + /*----------------------------------------------------------------------- * Hardware watchdog configuration */ |