diff options
author | Nishanth Menon <nm@ti.com> | 2009-10-16 00:06:36 -0500 |
---|---|---|
committer | Ben Warren <biggerbadderben@gmail.com> | 2009-12-13 21:31:26 -0800 |
commit | a1725999b8b7527971183122cdfb54e2f87f61ae (patch) | |
tree | 2e7e11dea8fdffeab9b8ba2e388e56df76613860 /include/configs/omap3_sdp3430.h | |
parent | b7ad4109da342dfc787468fc713d88d0a8b9e67a (diff) |
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.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/include/configs/omap3_sdp3430.h b/include/configs/omap3_sdp3430.h index d91c8ffa84b..fa2ad534340 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 |