diff options
author | Mike Frysinger <vapier@gentoo.org> | 2011-10-02 10:01:28 +0000 |
---|---|---|
committer | Wolfgang Denk <wd@denx.de> | 2011-10-05 22:22:16 +0200 |
commit | 31a4f1e5b6ee9b6335f0313dce7637cef887f84f (patch) | |
tree | e0f7944dcb5150ae64a6f30a0b1e0fdce98f6998 /include/configs/ca9x4_ct_vxp.h | |
parent | e2a53458a7ab375233048e922c4adf494866a78f (diff) |
board configs: drop NET_MULTI references
Now that none of the core checks CONFIG_NET_MULTI, there's not much point
in boards defining it. So scrub all references to it.
Signed-off-by: Mike Frysinger <vapier@gentoo.org>
Diffstat (limited to 'include/configs/ca9x4_ct_vxp.h')
-rw-r--r-- | include/configs/ca9x4_ct_vxp.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/include/configs/ca9x4_ct_vxp.h b/include/configs/ca9x4_ct_vxp.h index 8c57eabb8c..2675c56b06 100644 --- a/include/configs/ca9x4_ct_vxp.h +++ b/include/configs/ca9x4_ct_vxp.h @@ -50,7 +50,6 @@ #define VEXPRESS_FLASHPROG_FLVPPEN (1 << 0) /* SMSC9115 Ethernet from SMSC9118 family */ -#define CONFIG_NET_MULTI #define CONFIG_SMC911X 1 #define CONFIG_SMC911X_32_BIT 1 #define CONFIG_SMC911X_BASE 0x4E000000 @@ -78,7 +77,6 @@ #define CONFIG_CMD_NET #define CONFIG_CMD_PING #define CONFIG_CMD_SAVEENV -#define CONFIG_NET_MULTI #define CONFIG_CMD_RUN #define CONFIG_CMD_FAT |