From patchwork Sun Mar 4 18:17:52 2018 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Marek Vasut X-Patchwork-Id: 881208 X-Patchwork-Delegate: trini@ti.com Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Authentication-Results: ozlabs.org; spf=none (mailfrom) smtp.mailfrom=lists.denx.de (client-ip=81.169.180.215; helo=lists.denx.de; envelope-from=u-boot-bounces@lists.denx.de; receiver=) Authentication-Results: ozlabs.org; dmarc=none (p=none dis=none) header.from=denx.de Received: from lists.denx.de (dione.denx.de [81.169.180.215]) by ozlabs.org (Postfix) with ESMTP id 3zvWVm17JGz9sX4 for ; Mon, 5 Mar 2018 05:18:06 +1100 (AEDT) Received: by lists.denx.de (Postfix, from userid 105) id E772FC21F06; Sun, 4 Mar 2018 18:18:00 +0000 (UTC) X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on lists.denx.de X-Spam-Level: X-Spam-Status: No, score=-0.0 required=5.0 tests=RCVD_IN_MSPIKE_H3, RCVD_IN_MSPIKE_WL autolearn=unavailable autolearn_force=no version=3.4.0 Received: from lists.denx.de (localhost [IPv6:::1]) by lists.denx.de (Postfix) with ESMTP id B3058C21DAF; Sun, 4 Mar 2018 18:17:57 +0000 (UTC) Received: by lists.denx.de (Postfix, from userid 105) id 112DAC21DAF; Sun, 4 Mar 2018 18:17:55 +0000 (UTC) Received: from mail-out.m-online.net (mail-out.m-online.net [212.18.0.9]) by lists.denx.de (Postfix) with ESMTPS id A17E1C21D8A for ; Sun, 4 Mar 2018 18:17:55 +0000 (UTC) Received: from frontend01.mail.m-online.net (unknown [192.168.8.182]) by mail-out.m-online.net (Postfix) with ESMTP id 3zvWVW2vkcz1qvTf; Sun, 4 Mar 2018 19:17:55 +0100 (CET) Received: from localhost (dynscan1.mnet-online.de [192.168.6.70]) by mail.m-online.net (Postfix) with ESMTP id 3zvWVW2jhFz1r2Zs; Sun, 4 Mar 2018 19:17:55 +0100 (CET) X-Virus-Scanned: amavisd-new at mnet-online.de Received: from mail.mnet-online.de ([192.168.8.182]) by localhost (dynscan1.mail.m-online.net [192.168.6.70]) (amavisd-new, port 10024) with ESMTP id aOIaVpmWJsgQ; Sun, 4 Mar 2018 19:17:54 +0100 (CET) X-Auth-Info: UKWXwIlu6DuoQtd0FaTH6kEVJiCvyaoEamEE3I7CI8Q= Received: from kurokawa.lan (ip-86-49-107-50.net.upcbroadband.cz [86.49.107.50]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.mnet-online.de (Postfix) with ESMTPSA; Sun, 4 Mar 2018 19:17:54 +0100 (CET) From: Marek Vasut To: u-boot@lists.denx.de Date: Sun, 4 Mar 2018 19:17:52 +0100 Message-Id: <20180304181752.20009-1-marex@denx.de> X-Mailer: git-send-email 2.15.1 Cc: Marek Vasut , Tom Rini Subject: [U-Boot] [PATCH] MPC8315ERDB: Enable DHCP support X-BeenThere: u-boot@lists.denx.de X-Mailman-Version: 2.1.18 Precedence: list List-Id: U-Boot discussion List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , MIME-Version: 1.0 Errors-To: u-boot-bounces@lists.denx.de Sender: "U-Boot" Enable DHCP support for this board. Signed-off-by: Marek Vasut From: Ed Bartosh Cc: Tom Rini --- NOTE: This patch is here just to get rid of extra patches in OE recipes. This is the last one we have pending there. --- configs/MPC8315ERDB_defconfig | 1 + 1 file changed, 1 insertion(+) diff --git a/configs/MPC8315ERDB_defconfig b/configs/MPC8315ERDB_defconfig index c931624bf0..e6f9224141 100644 --- a/configs/MPC8315ERDB_defconfig +++ b/configs/MPC8315ERDB_defconfig @@ -13,6 +13,7 @@ CONFIG_CMD_PCI=y CONFIG_CMD_SATA=y CONFIG_CMD_USB=y # CONFIG_CMD_SETEXPR is not set +CONFIG_CMD_DHCP=y CONFIG_CMD_MII=y CONFIG_CMD_PING=y CONFIG_CMD_DATE=y