From 2d6150b0d95259c12877d82ac7f18d4d35b6b371 Mon Sep 17 00:00:00 2001 From: Terry Lv Date: Tue, 29 Dec 2009 15:26:47 +0800 Subject: ENGR00119715: Add multi network support for mx35 mx35 need to enable both smc911x and FEC. So add CONFIG_ETHPRIME for it. Also, change CONFIG_ETH_PRIME to CONFIG_ETHPRIME. Signed-off-by: Terry Lv --- include/configs/mx25_3stack.h | 2 +- include/configs/mx35_3stack.h | 1 + include/configs/mx35_3stack_mmc.h | 1 + 3 files changed, 3 insertions(+), 1 deletion(-) (limited to 'include/configs') diff --git a/include/configs/mx25_3stack.h b/include/configs/mx25_3stack.h index 5084fd8..e1a35f6 100644 --- a/include/configs/mx25_3stack.h +++ b/include/configs/mx25_3stack.h @@ -147,7 +147,7 @@ #define CONFIG_NET_RETRY_COUNT 100 #define CONFIG_CMD_DHCP #define CONFIG_NET_MULTI -#define CONFIG_ETH_PRIME +#define CONFIG_ETHPRIME #define CONFIG_MXC_FEC #define CONFIG_MII diff --git a/include/configs/mx35_3stack.h b/include/configs/mx35_3stack.h index b2fb714..21e5acf 100644 --- a/include/configs/mx35_3stack.h +++ b/include/configs/mx35_3stack.h @@ -122,6 +122,7 @@ #define CONFIG_HAS_ETH1 #define CONFIG_NET_MULTI 1 +#define CONFIG_ETHPRIME #define CONFIG_MXC_FEC #define CONFIG_MII #define CONFIG_DISCOVER_PHY diff --git a/include/configs/mx35_3stack_mmc.h b/include/configs/mx35_3stack_mmc.h index 948bc91..9a1dd70 100644 --- a/include/configs/mx35_3stack_mmc.h +++ b/include/configs/mx35_3stack_mmc.h @@ -123,6 +123,7 @@ #define CONFIG_HAS_ETH1 #define CONFIG_NET_MULTI 1 +#define CONFIG_ETHPRIME #define CONFIG_MXC_FEC #define CONFIG_MII #define CONFIG_DISCOVER_PHY -- cgit v1.1