From patchwork Tue Aug 16 02:47:08 2011 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Joel Fernandes X-Patchwork-Id: 110138 X-Patchwork-Delegate: s-paulraj@ti.com Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Received: from theia.denx.de (theia.denx.de [85.214.87.163]) by ozlabs.org (Postfix) with ESMTP id DE05CB6F57 for ; Tue, 16 Aug 2011 12:49:13 +1000 (EST) Received: from localhost (localhost [127.0.0.1]) by theia.denx.de (Postfix) with ESMTP id E6B6A280FE; Tue, 16 Aug 2011 04:49:07 +0200 (CEST) X-Virus-Scanned: Debian amavisd-new at theia.denx.de Received: from theia.denx.de ([127.0.0.1]) by localhost (theia.denx.de [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id g-AufGknidxJ; Tue, 16 Aug 2011 04:49:07 +0200 (CEST) Received: from theia.denx.de (localhost [127.0.0.1]) by theia.denx.de (Postfix) with ESMTP id 9939C28102; Tue, 16 Aug 2011 04:49:05 +0200 (CEST) Received: from localhost (localhost [127.0.0.1]) by theia.denx.de (Postfix) with ESMTP id 5081B280D3 for ; Tue, 16 Aug 2011 04:49:01 +0200 (CEST) X-Virus-Scanned: Debian amavisd-new at theia.denx.de Received: from theia.denx.de ([127.0.0.1]) by localhost (theia.denx.de [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id RvUh+VQqqiky for ; Tue, 16 Aug 2011 04:49:00 +0200 (CEST) X-policyd-weight: NOT_IN_SBL_XBL_SPAMHAUS=-1.5 NOT_IN_SPAMCOP=-1.5 NOT_IN_BL_NJABL=-1.5 (only DNSBL check requested) Received: from mail-yx0-f172.google.com (mail-yx0-f172.google.com [209.85.213.172]) by theia.denx.de (Postfix) with ESMTPS id 314D0280AD for ; Tue, 16 Aug 2011 04:48:57 +0200 (CEST) Received: by yxp4 with SMTP id 4so3279589yxp.3 for ; Mon, 15 Aug 2011 19:48:56 -0700 (PDT) Received: by 10.150.225.4 with SMTP id x4mr354565ybg.106.1313462936340; Mon, 15 Aug 2011 19:48:56 -0700 (PDT) Received: from localhost.localdomain (ip65-46-142-190.z142-46-65.customer.algx.net [65.46.142.190]) by mx.google.com with ESMTPS id y26sm4151189ybh.16.2011.08.15.19.48.51 (version=TLSv1/SSLv3 cipher=OTHER); Mon, 15 Aug 2011 19:48:53 -0700 (PDT) From: Joel A Fernandes To: u-boot@lists.denx.de Date: Mon, 15 Aug 2011 21:47:08 -0500 Message-Id: <1313462834-4008-7-git-send-email-agnel.joel@gmail.com> X-Mailer: git-send-email 1.7.1 In-Reply-To: <1313462834-4008-1-git-send-email-agnel.joel@gmail.com> References: <1313462834-4008-1-git-send-email-agnel.joel@gmail.com> Cc: Koen Kooi , Syed Mohammed Khasim , k-kooi@ti.com, jdk@ti.com Subject: [U-Boot] [PATCH 07/13] BeagleBoard: config: enable asix driver and dhcp X-BeenThere: u-boot@lists.denx.de X-Mailman-Version: 2.1.9 Precedence: list List-Id: U-Boot discussion List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , MIME-Version: 1.0 Sender: u-boot-bounces@lists.denx.de Errors-To: u-boot-bounces@lists.denx.de From: Koen Kooi Signed-off-by: Koen Kooi Signed-off-by: Joel A Fernandes --- include/configs/omap3_beagle.h | 3 ++- 1 files changed, 2 insertions(+), 1 deletions(-) diff --git a/include/configs/omap3_beagle.h b/include/configs/omap3_beagle.h index 722dfc3..0bfbfc1 100644 --- a/include/configs/omap3_beagle.h +++ b/include/configs/omap3_beagle.h @@ -131,6 +131,7 @@ #define CONFIG_SYS_USB_EHCI_MAX_ROOT_PORTS 3 #define CONFIG_USB_HOST_ETHER #define CONFIG_USB_ETHER_SMSC95XX +#define CONFIG_USB_ETHER_ASIX #define CONFIG_NET_MULTI @@ -156,7 +157,7 @@ #define CONFIG_CMD_NET /* bootp, tftpboot, rarpboot */ #define CONFIG_CMD_NFS /* NFS support */ #define CONFIG_CMD_PING - +#define CONFIG_CMD_DHCP #undef CONFIG_CMD_FLASH /* flinfo, erase, protect */ #undef CONFIG_CMD_FPGA /* FPGA configuration Support */