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 2A496C4321E for ; Sun, 4 Dec 2022 15:25:08 +0000 (UTC) Received: from h2850616.stratoserver.net (localhost [IPv6:::1]) by phobos.denx.de (Postfix) with ESMTP id 3A2B58531C; Sun, 4 Dec 2022 16:14:48 +0100 (CET) Authentication-Results: phobos.denx.de; dmarc=pass (p=none dis=none) header.from=konsulko.com Authentication-Results: phobos.denx.de; spf=pass smtp.mailfrom=u-boot-bounces@lists.denx.de Authentication-Results: phobos.denx.de; dkim=pass (1024-bit key; unprotected) header.d=konsulko.com header.i=@konsulko.com header.b="dlM9v/cq"; dkim-atps=neutral Received: by phobos.denx.de (Postfix, from userid 109) id 2E8178547C; Sun, 4 Dec 2022 16:14:34 +0100 (CET) Received: from mail-ed1-x531.google.com (mail-ed1-x531.google.com [IPv6:2a00:1450:4864:20::531]) (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 3B1708547C for ; Sun, 4 Dec 2022 16:14:31 +0100 (CET) Authentication-Results: phobos.denx.de; dmarc=pass (p=none dis=none) header.from=konsulko.com Authentication-Results: phobos.denx.de; spf=pass smtp.mailfrom=trini@konsulko.com Received: by mail-ed1-x531.google.com with SMTP id d14so7651507edj.11 for ; Sun, 04 Dec 2022 07:14:31 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=konsulko.com; s=google; h=content-transfer-encoding:mime-version:references:in-reply-to :message-id:date:subject:to:from:from:to:cc:subject:date:message-id :reply-to; bh=UR2PZEb3KtcvfOw2O0G5QZDJl56kTNJmFpBrN5fMaQ8=; b=dlM9v/cq9p7iaLsF2MdGGgRiml5BU5uQRN3wQAh16Kb5qqYbEfVvLvn/Rtnkkn5/Px AKobO5Np/bwgbAxlHBW4GV6DRzKKo8UkqYDldGoTG8JLPNwDu/pj0CPXySkWSpXje1zu h59T/GgsxGv3rBb7RYLI0LXZl21ythSWNXwsY= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=content-transfer-encoding:mime-version:references:in-reply-to :message-id:date:subject:to:from:x-gm-message-state:from:to:cc :subject:date:message-id:reply-to; bh=UR2PZEb3KtcvfOw2O0G5QZDJl56kTNJmFpBrN5fMaQ8=; b=kvIZEoeoNfr+E/1Q7176T8jBuZbEihtJdJerzrY2lO6Ke9fjiQducMw/GLHWQE/5Iv Q1nHmyfUkFHjUWn4PpRO2VyQ2o0sDGh/cOsMRBfvSSIcg602n8M1RuTvnCYQwCrncouH 4eQQWQfR08gONM+uOGE2eakANV6/wt0cdDQpvrEYw/nhkGUkR6BBKuFl/m/K/CgFDc59 JBtsq+SqtrPGHSra1pMvDN/pWrOhDRItIPME924tZ7Zz6DsumzQ0AOhoIv0jDZj1yKh7 uRjWgWJ7EVmPjpwCHy92gLXlNTXmdQhoIzNAtuH1dt2Knl2Q0Yh3LLnQPjT1Ep9/iieb gzrQ== X-Gm-Message-State: ANoB5pmO9hRH9bOCgbXKqL4JZSm56Xu9lbM00HU9IDvaSqWQQXNjKrVZ hefHrxjeCfh3WAMw1uFTVuX3Qao366eUe+5G X-Google-Smtp-Source: AA0mqf4GT+udjRUIYDF51awjCylhJZBzh5vWbOjS4k9ALhnIMiqvF4H2g+e4i5JaMSgE/1Or4MrukQ== X-Received: by 2002:a05:6402:4289:b0:467:9864:9463 with SMTP id g9-20020a056402428900b0046798649463mr53504986edc.360.1670166870342; Sun, 04 Dec 2022 07:14:30 -0800 (PST) Received: from bill-the-cat.lan (2603-6081-7b00-6400-61c7-2644-b62d-0af3.res6.spectrum.com. [2603:6081:7b00:6400:61c7:2644:b62d:af3]) by smtp.gmail.com with ESMTPSA id b21-20020aa7c915000000b00461816beef9sm5174405edt.14.2022.12.04.07.14.29 for (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Sun, 04 Dec 2022 07:14:29 -0800 (PST) From: Tom Rini To: u-boot@lists.denx.de Subject: [PATCH 097/149] global: Migrate CONFIG_PHY_ID to CFG Date: Sun, 4 Dec 2022 10:13:28 -0500 Message-Id: <20221204151420.56851-7-trini@konsulko.com> X-Mailer: git-send-email 2.25.1 In-Reply-To: <20221204151420.56851-1-trini@konsulko.com> References: <20221202214251.3027264-41-trini@konsulko.com> <20221204151420.56851-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.6 at phobos.denx.de X-Virus-Status: Clean Perform a simple rename of CONFIG_PHY_ID to CFG_PHY_ID Signed-off-by: Tom Rini --- board/egnite/ethernut5/ethernut5.c | 2 +- include/configs/ethernut5.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/board/egnite/ethernut5/ethernut5.c b/board/egnite/ethernut5/ethernut5.c index ceb0d2cf0aa3..9953df017e19 100644 --- a/board/egnite/ethernut5/ethernut5.c +++ b/board/egnite/ethernut5/ethernut5.c @@ -160,7 +160,7 @@ int board_eth_init(struct bd_info *bis) /* Set peripheral pins. */ at91_macb_hw_init(); /* Basic EMAC initialization. */ - if (macb_eth_initialize(0, (void *)ATMEL_BASE_EMAC0, CONFIG_PHY_ID)) + if (macb_eth_initialize(0, (void *)ATMEL_BASE_EMAC0, CFG_PHY_ID)) return -1; /* * Early board revisions have a pull-down at the PHY's MODE0 diff --git a/include/configs/ethernut5.h b/include/configs/ethernut5.h index 3fd58d6bd4a7..182369def910 100644 --- a/include/configs/ethernut5.h +++ b/include/configs/ethernut5.h @@ -48,7 +48,7 @@ /* JFFS2 */ /* Ethernet */ -#define CONFIG_PHY_ID 0 +#define CFG_PHY_ID 0 /* MMC */ #ifdef CONFIG_CMD_MMC -- 2.25.1