[U-Boot] [PATCH] mx31pdk: Add Networking commands

Fabio Estevam fabio.estevam at freescale.com
Tue Jun 14 16:02:41 CEST 2011


Signed-off-by: Fabio Estevam <fabio.estevam at freescale.com>
---
 include/configs/mx31pdk.h |    4 ++++
 1 files changed, 4 insertions(+), 0 deletions(-)

diff --git a/include/configs/mx31pdk.h b/include/configs/mx31pdk.h
index ba1e187..77e93ab 100644
--- a/include/configs/mx31pdk.h
+++ b/include/configs/mx31pdk.h
@@ -118,6 +118,10 @@
 #define CONFIG_SMC911X_BASE	0xB6000000
 #define CONFIG_SMC911X_32_BIT
 
+#define CONFIG_CMD_PING
+#define CONFIG_CMD_DHCP
+#define CONFIG_CMD_MII
+#define CONFIG_CMD_NET
 /*
  * Miscellaneous configurable options
  */
-- 
1.6.0.4




More information about the U-Boot mailing list