From: Nishanth Menon Date: Tue, 8 Apr 2014 14:50:54 +0000 (-0500) Subject: omap3: zoom1: enable common network commands X-Git-Tag: v2014.07-rc1~2^2~3^2~7 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=d71dd0428c3b58be8de93b37f54fbf9c26b92eca;p=platform%2Fkernel%2Fu-boot.git omap3: zoom1: enable common network commands Basic networking commands for usability. Signed-off-by: Nishanth Menon --- diff --git a/include/configs/omap3_zoom1.h b/include/configs/omap3_zoom1.h index 4a4dfd9..4fb3628 100644 --- a/include/configs/omap3_zoom1.h +++ b/include/configs/omap3_zoom1.h @@ -116,7 +116,9 @@ #undef CONFIG_CMD_IMI /* iminfo */ #undef CONFIG_CMD_IMLS /* List all found images */ #define CONFIG_CMD_NET /* bootp, tftpboot, rarpboot */ -#undef CONFIG_CMD_NFS /* NFS support */ +#define CONFIG_CMD_NFS /* NFS support */ +#define CONFIG_CMD_PING +#define CONFIG_CMD_DHCP #define CONFIG_SYS_NO_FLASH #define CONFIG_SYS_I2C