summaryrefslogtreecommitdiffstats
path: root/include/configs/omap3_sdp3430.h
diff options
context:
space:
mode:
authorNishanth Menon <nm@ti.com>2009-10-16 00:06:36 -0500
committerBen Warren <biggerbadderben@gmail.com>2009-12-13 21:31:26 -0800
commita1725999b8b7527971183122cdfb54e2f87f61ae (patch)
tree2e7e11dea8fdffeab9b8ba2e388e56df76613860 /include/configs/omap3_sdp3430.h
parentb7ad4109da342dfc787468fc713d88d0a8b9e67a (diff)
downloadtalos-obmc-uboot-a1725999b8b7527971183122cdfb54e2f87f61ae.tar.gz
talos-obmc-uboot-a1725999b8b7527971183122cdfb54e2f87f61ae.zip
TI OMAP3: SDP3430 FIX NET_MULTI Warning
Enable the NET MULTI option and remove build warning Tested: SDP3430 Signed-off-by: Nishanth Menon <nm@ti.com> Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
Diffstat (limited to 'include/configs/omap3_sdp3430.h')
-rw-r--r--include/configs/omap3_sdp3430.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/include/configs/omap3_sdp3430.h b/include/configs/omap3_sdp3430.h
index d91c8ffa84..fa2ad53434 100644
--- a/include/configs/omap3_sdp3430.h
+++ b/include/configs/omap3_sdp3430.h
@@ -203,7 +203,8 @@
*/
#if defined(CONFIG_CMD_NET)
-#define CONFIG_DRIVER_LAN91C96
+#define CONFIG_NET_MULTI
+#define CONFIG_LAN91C96
#define CONFIG_LAN91C96_BASE DEBUG_BASE
#define CONFIG_LAN91C96_EXT_PHY
OpenPOWER on IntegriCloud