[U-Boot] [PATCH 1/1] dm355/pm9261: add missing CONFIG_NET_MULTI

Jean-Christophe PLAGNIOL-VILLARD plagnioj at jcrosoft.com
Sun Jun 28 14:37:07 CEST 2009


Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj at jcrosoft.com>
---
 include/configs/davinci_dm355evm.h |    1 +
 include/configs/pm9261.h           |    1 +
 2 files changed, 2 insertions(+), 0 deletions(-)

diff --git a/include/configs/davinci_dm355evm.h b/include/configs/davinci_dm355evm.h
index 9a7df08..c35f5c9 100644
--- a/include/configs/davinci_dm355evm.h
+++ b/include/configs/davinci_dm355evm.h
@@ -57,6 +57,7 @@
 #define CONFIG_DM9000_BASE		0x04014000
 #define DM9000_IO			CONFIG_DM9000_BASE
 #define DM9000_DATA			(CONFIG_DM9000_BASE + 2)
+#define CONFIG_NET_MULTI
 
 /* I2C */
 #define CONFIG_HARD_I2C
diff --git a/include/configs/pm9261.h b/include/configs/pm9261.h
index ac09cf2..4784c40 100644
--- a/include/configs/pm9261.h
+++ b/include/configs/pm9261.h
@@ -253,6 +253,7 @@
 #define CONFIG_DM9000_USE_16BIT			1
 #define CONFIG_NET_RETRY_COUNT			20
 #define CONFIG_RESET_PHY_R			1
+#define CONFIG_NET_MULTI
 
 /* USB */
 #define CONFIG_USB_ATMEL
-- 
1.6.3.1



More information about the U-Boot mailing list