[U-Boot] [PATCH] da850evm: drop NET_MULTI reference

Prabhakar Lad prabhakar.csengg at gmail.com
Tue Jan 10 08:13:46 CET 2012


remove obsolete macro CONFIG_NET_MULTI, Now that none
of the core checks CONFIG_NET_MULTI, there's not much point
in boards defining it.

Signed-off-by: Prabhakar Lad <prabhakar.csengg at gmail.com>
Cc: Mike Frysinger <vapier at gentoo.org>
Cc: Tom Rini <trini at ti.com>
---
 include/configs/da850_am18xxevm.h |    1 -
 1 files changed, 0 insertions(+), 1 deletions(-)

diff --git a/include/configs/da850_am18xxevm.h b/include/configs/da850_am18xxevm.h
index 9b7bf1e..6fb3920 100644
--- a/include/configs/da850_am18xxevm.h
+++ b/include/configs/da850_am18xxevm.h
@@ -125,7 +125,6 @@
 #define CONFIG_BOOTP_DNS2
 #define CONFIG_BOOTP_SEND_HOSTNAME
 #define CONFIG_NET_RETRY_COUNT	10
-#define CONFIG_NET_MULTI
 #endif
 
 #ifdef CONFIG_USE_NOR
-- 
1.7.0.4



More information about the U-Boot mailing list