From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from phobos.denx.de (phobos.denx.de [85.214.62.61]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.lore.kernel.org (Postfix) with ESMTPS id 453BDC433F5 for ; Wed, 30 Mar 2022 22:14:41 +0000 (UTC) Received: from h2850616.stratoserver.net (localhost [IPv6:::1]) by phobos.denx.de (Postfix) with ESMTP id 43F2884202; Thu, 31 Mar 2022 00:10:03 +0200 (CEST) Authentication-Results: phobos.denx.de; dmarc=fail (p=none dis=none) header.from=konsulko.com Authentication-Results: phobos.denx.de; spf=pass smtp.mailfrom=u-boot-bounces@lists.denx.de Received: by phobos.denx.de (Postfix, from userid 109) id 45BEE8414D; Thu, 31 Mar 2022 00:08:23 +0200 (CEST) Received: from mail-qt1-f173.google.com (mail-qt1-f173.google.com [209.85.160.173]) (using TLSv1.3 with cipher TLS_AES_128_GCM_SHA256 (128/128 bits)) (No client certificate requested) by phobos.denx.de (Postfix) with ESMTPS id 35B5A8414D for ; Thu, 31 Mar 2022 00:07:53 +0200 (CEST) Authentication-Results: phobos.denx.de; dmarc=fail (p=none dis=none) header.from=konsulko.com Authentication-Results: phobos.denx.de; spf=pass smtp.mailfrom=tom.rini@gmail.com Received: by mail-qt1-f173.google.com with SMTP id v2so19633951qtc.5 for ; Wed, 30 Mar 2022 15:07:53 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=x-gm-message-state:from:to:subject:date:message-id:in-reply-to :references:mime-version:content-transfer-encoding; bh=ov4nDixpZv1tIsXSVmFJ03ryfzDLxCm72kckSnIY7tw=; b=EMQRiYee6XoDryARrxpRrfVbooGPYt0Q5YmQZJh/R3c73pZsmTU/Gt5Pp7OTHX5TsG S89YD1VhfcR3gRHS+7MR/8binF2+G2t7Uax5TLxQB87HUoxf04ldPNKjrv+NSR8rHyaw UkGtzGolpZo3CEi6wYz4M/jKHu4iom3quu4QDItEZqjMwdTwxWs0hHFg/znAfbtVw7Ww WjqGksRHRPxhMQvc2JPUyhsG4Z4gNe44DhZGyFjL0lD1CfcSh18Im9ZXrbs0aLfpwjQs CdWWGBKZ62Knk+HBjl7p6lMv2vA7nJ1+MU9vFZEKkIv3pGAUdhI5WOpclTUEGDggjueh BOVg== X-Gm-Message-State: AOAM533KwnDTd38x2HHMaTd8rNVT1Pj7WlO1zeMxsDL8Vvp8UUzNdKIG wRa49fn11tBIeR2vZ/hBZvFhOBVrbA== X-Google-Smtp-Source: ABdhPJzAa6JHz5UUGwdwKfW+AbVuHsge6LTzPnY7u7P+W0yNjMFCgP7LMxg9iDocmdRU5/Drqi3Z7w== X-Received: by 2002:ac8:5b0d:0:b0:2e2:2e4a:a5f7 with SMTP id m13-20020ac85b0d000000b002e22e4aa5f7mr1585589qtw.185.1648678071917; Wed, 30 Mar 2022 15:07:51 -0700 (PDT) Received: from bill-the-cat.lan (2603-6081-7b01-cbda-2ef0-5dff-fedb-a8ba.res6.spectrum.com. [2603:6081:7b01:cbda:2ef0:5dff:fedb:a8ba]) by smtp.gmail.com with ESMTPSA id h2-20020ac85842000000b002e1ec550506sm17749694qth.87.2022.03.30.15.07.51 for (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Wed, 30 Mar 2022 15:07:51 -0700 (PDT) From: Tom Rini To: u-boot@lists.denx.de Subject: [PATCH 20/25] galileo: Remove CONFIG_DESIGNWARE_ETH reference Date: Wed, 30 Mar 2022 18:07:30 -0400 Message-Id: <20220330220735.908616-20-trini@konsulko.com> X-Mailer: git-send-email 2.25.1 In-Reply-To: <20220330220735.908616-1-trini@konsulko.com> References: <20220330220735.908616-1-trini@konsulko.com> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-BeenThere: u-boot@lists.denx.de X-Mailman-Version: 2.1.39 Precedence: list List-Id: U-Boot discussion List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: u-boot-bounces@lists.denx.de Sender: "U-Boot" X-Virus-Scanned: clamav-milter 0.103.5 at phobos.denx.de X-Virus-Status: Clean This platform has CONFIG_ETH_DESIGNWARE set already, which is the correct value for the driver in question. Remove this incorrect line. Signed-off-by: Tom Rini --- include/configs/galileo.h | 1 - 1 file changed, 1 deletion(-) diff --git a/include/configs/galileo.h b/include/configs/galileo.h index 57483a2af960..c50ecf27e44c 100644 --- a/include/configs/galileo.h +++ b/include/configs/galileo.h @@ -22,7 +22,6 @@ "stderr=serial\0" /* 10/100M Ethernet support */ -#define CONFIG_DESIGNWARE_ETH #define CONFIG_DW_ALTDESCRIPTOR /* Environment configuration */ -- 2.25.1