diff mbox

[U-Boot] mx31pdk: Add Networking commands

Message ID 1308060161-14754-1-git-send-email-fabio.estevam@freescale.com
State Changes Requested
Delegated to: Stefano Babic
Headers show

Commit Message

Fabio Estevam June 14, 2011, 2:02 p.m. UTC
Signed-off-by: Fabio Estevam <fabio.estevam@freescale.com>
---
 include/configs/mx31pdk.h |    4 ++++
 1 files changed, 4 insertions(+), 0 deletions(-)

Comments

Stefano Babic June 15, 2011, 1:21 p.m. UTC | #1
On 06/14/2011 04:02 PM, Fabio Estevam wrote:
> Signed-off-by: Fabio Estevam <fabio.estevam@freescale.com>
> ---

Hi Fabio,

>  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

This is already defined in mx31pdk.h

> +#define CONFIG_CMD_DHCP
> +#define CONFIG_CMD_MII

..and also CONFIG_CMD_MII

Best regards,
Stefano Babic
diff mbox

Patch

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
  */