From patchwork Mon Jun 23 18:11:29 2014 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Tyler Baker X-Patchwork-Id: 363091 X-Patchwork-Delegate: trini@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 43E4A14008B for ; Tue, 24 Jun 2014 04:36:26 +1000 (EST) Received: from localhost (localhost [127.0.0.1]) by theia.denx.de (Postfix) with ESMTP id 22DEFA7481; Mon, 23 Jun 2014 20:36:15 +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 j1CmHMCahAX3; Mon, 23 Jun 2014 20:36:14 +0200 (CEST) Received: from theia.denx.de (localhost [127.0.0.1]) by theia.denx.de (Postfix) with ESMTP id 75DC3A7483; Mon, 23 Jun 2014 20:35:37 +0200 (CEST) Received: from localhost (localhost [127.0.0.1]) by theia.denx.de (Postfix) with ESMTP id CB311A7476 for ; Mon, 23 Jun 2014 20:18:55 +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 KhHDBzwgOIgF for ; Mon, 23 Jun 2014 20:18:52 +0200 (CEST) X-Greylist: delayed 439 seconds by postgrey-1.27 at theia; Mon, 23 Jun 2014 20:18:49 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-lb0-f171.google.com (mail-lb0-f171.google.com [209.85.217.171]) by theia.denx.de (Postfix) with ESMTPS id 930FCA7475 for ; Mon, 23 Jun 2014 20:18:49 +0200 (CEST) Received: by mail-lb0-f171.google.com with SMTP id s7so5087515lbd.16 for ; Mon, 23 Jun 2014 11:18:47 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:mime-version:date:message-id:subject:from:to:cc :content-type; bh=u3ExicJnDN8GSqNggxX0pc7MxJAr9do1CzRsIZZ8LEY=; b=ZhgW0Zu2vCTCtcJ/HkMNmf+6IHACRdeu7EKj+/jJCWzWGYyfeWalbHbPx0k9jdXKJO rK+sGnGWrgovPthkNrZx5nCGiABT8/lWRSXFa5yM/MUs+CPmoChiz4iVDl85UW7cmmlB xaDYo+/f9EMGlRKsyvxhZLSqevq8JwxjErlcfBHMWJpvPR14Gpz7Im1Dszy43KD9ykBu wgyPMvoCos9HgNZf0APKDFCB1/dOdupqHPYuv8VjeZ1D/x1owaGuDxmTEAvhHMuqiakp Ql33Cfu/2EQdJKUpygWrrgivO3vvw0HRMONf4wXQXE0Z5tod4++7Gh0QdWEGT2/LDmxZ hG6A== X-Gm-Message-State: ALoCoQnFj7yNPuCO2f0ay/dsnLV9PQ51R4zL/iK5BEpdSwsoRNd1adXZy2tnVeJllv4Q5K2wpZiv MIME-Version: 1.0 X-Received: by 10.112.210.165 with SMTP id mv5mr2925800lbc.68.1403547089553; Mon, 23 Jun 2014 11:11:29 -0700 (PDT) Received: by 10.152.108.52 with HTTP; Mon, 23 Jun 2014 11:11:29 -0700 (PDT) Date: Mon, 23 Jun 2014 11:11:29 -0700 Message-ID: From: Tyler Baker To: u-boot@lists.denx.de X-Mailman-Approved-At: Mon, 23 Jun 2014 20:35:32 +0200 Cc: trini@ti.com Subject: [U-Boot] [PATCH] TI:omap3: enable CONFIG_CMD_DHCP for omap3_beagle X-BeenThere: u-boot@lists.denx.de X-Mailman-Version: 2.1.11 Precedence: list List-Id: U-Boot discussion List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: u-boot-bounces@lists.denx.de Errors-To: u-boot-bounces@lists.denx.de The following patch re-enables the dhcp functionality on omap3_beagle. It was removed with df4dbb5df6ab1c1d27b3fd4acbaad69b47095daf when omap3_beagle was converted to use ti_omap3_common.h. I have tested beagleboard and beagleboard-xm with this patch and confirmed dhcp is working. Signed-off-by: Tyler Baker --- include/configs/omap3_beagle.h | 1 + 1 file changed, 1 insertion(+) diff --git a/include/configs/omap3_beagle.h b/include/configs/omap3_beagle.h index c023483..35a6c9d 100644 --- a/include/configs/omap3_beagle.h +++ b/include/configs/omap3_beagle.h @@ -111,6 +111,7 @@ #define CONFIG_CMD_LED /* LED support */ #define CONFIG_CMD_SETEXPR /* Evaluate expressions */ #define CONFIG_CMD_GPIO /* Enable gpio command */ +#define CONFIG_CMD_DHCP #define CONFIG_VIDEO_OMAP3 /* DSS Support */