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 1F6CDC433FE for ; Sun, 20 Nov 2022 14:10:09 +0000 (UTC) Received: from h2850616.stratoserver.net (localhost [IPv6:::1]) by phobos.denx.de (Postfix) with ESMTP id E9376852C7; Sun, 20 Nov 2022 15:08:54 +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="mgAmRIUT"; dkim-atps=neutral Received: by phobos.denx.de (Postfix, from userid 109) id F184D852C7; Sun, 20 Nov 2022 15:08:39 +0100 (CET) Received: from mail-qv1-xf2e.google.com (mail-qv1-xf2e.google.com [IPv6:2607:f8b0:4864:20::f2e]) (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 5CA6D852AD for ; Sun, 20 Nov 2022 15:08:36 +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-qv1-xf2e.google.com with SMTP id d18so2978119qvs.6 for ; Sun, 20 Nov 2022 06:08:36 -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=0PQK5bNUZ3Gb0ggL7jTyjXF59H7V5Vn68oplKkdTrqE=; b=mgAmRIUTYGRWn+JRmVUXmBOh69eika/iJuSJ5nBUHCrj66Zjv1km2iz63MCz3SxJXE Ejb+8MJAOXFvnJnaY8fVLtd+qqWmU+lMpmzVPWmPQFUIJToEX25loG4043edLVr+PUw1 f7GqZ1adLIlBonQs5zYpbvx2p7tqL8qsM0egw= 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=0PQK5bNUZ3Gb0ggL7jTyjXF59H7V5Vn68oplKkdTrqE=; b=QYTVqKxaV2Rx7qTQ9Q9st2FS4oi5LJnb6iZeMqW5bOsxDoixhjvxZ1B14IaYZksKQa lkWiyHqEtfHFSPANZLMeZlMhOatb16t9yMcRTi4hu4Q+cdpiWyP5+tcEvftpellwsKLh EriBmDiquvzFE2ReijIhOLtcOHZ+XsIN876hjJloel4Aqif+S1R8aqZTFF/B+IzmNRyy cCzw5jJpwYjcA6rUl6ZA6pXcD8/7tFtBg87L6Q8VUkbxPGqKqEhzew973gRidAf2iB4F EBTnCE+aKUNHhrgb/8Tmuk7nxYjaECsSi6aiWixT3juJPWRIa5bup/0C1wAOnA0TZliX Wutw== X-Gm-Message-State: ANoB5pnkxo5TK3NTtnl4d4upoBYoCfQLWa2xs0L8wV9DLljZ7PbWhyJ3 quX+zywutIhTAHumaeRbsbOCYygsBg2e4g== X-Google-Smtp-Source: AA0mqf6Y4VFfx2mTkW7CtIzOFR3lFRQOpUCKSGOoK/fUXItGdxU65YoZxGDouTcEjOgoBp/RC2E7lA== X-Received: by 2002:ad4:588a:0:b0:4b8:c334:7d81 with SMTP id dz10-20020ad4588a000000b004b8c3347d81mr14299357qvb.18.1668953314943; Sun, 20 Nov 2022 06:08:34 -0800 (PST) Received: from bill-the-cat.lan (2603-6081-7b00-6400-29a0-035f-b06a-235e.res6.spectrum.com. [2603:6081:7b00:6400:29a0:35f:b06a:235e]) by smtp.gmail.com with ESMTPSA id bk23-20020a05620a1a1700b006ce580c2663sm6387502qkb.35.2022.11.20.06.08.34 for (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Sun, 20 Nov 2022 06:08:34 -0800 (PST) From: Tom Rini To: u-boot@lists.denx.de Subject: [PoC 117/241] global: Migrate CONFIG_MII_DEFAULT_TSEC to CFG Date: Sun, 20 Nov 2022 09:07:07 -0500 Message-Id: <20221120140829.3057894-8-trini@konsulko.com> X-Mailer: git-send-email 2.25.1 In-Reply-To: <20221120140829.3057894-1-trini@konsulko.com> References: <20221120135520.3057773-4-trini@konsulko.com> <20221120140829.3057894-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 Signed-off-by: Tom Rini --- include/configs/P1010RDB.h | 2 +- include/configs/ls1021aiot.h | 2 +- include/configs/ls1021aqds.h | 2 +- scripts/config_whitelist.txt | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/include/configs/P1010RDB.h b/include/configs/P1010RDB.h index a486fb7d6bd5..a75e1b8f7a8a 100644 --- a/include/configs/P1010RDB.h +++ b/include/configs/P1010RDB.h @@ -350,7 +350,7 @@ extern unsigned long get_sdram_size(void); #endif #if defined(CONFIG_TSEC_ENET) -#define CONFIG_MII_DEFAULT_TSEC 1 /* Allow unregistered phys */ +#define CFG_MII_DEFAULT_TSEC 1 /* Allow unregistered phys */ #define CONFIG_TSEC1 1 #define CONFIG_TSEC1_NAME "eTSEC1" #define CONFIG_TSEC2 1 diff --git a/include/configs/ls1021aiot.h b/include/configs/ls1021aiot.h index 0a08619384b6..7a9a89d02390 100644 --- a/include/configs/ls1021aiot.h +++ b/include/configs/ls1021aiot.h @@ -71,7 +71,7 @@ */ #ifdef CONFIG_TSEC_ENET -#define CONFIG_MII_DEFAULT_TSEC 1 +#define CFG_MII_DEFAULT_TSEC 1 #define CONFIG_TSEC1 1 #define CONFIG_TSEC1_NAME "eTSEC1" #define CONFIG_TSEC2 1 diff --git a/include/configs/ls1021aqds.h b/include/configs/ls1021aqds.h index 9d2622a7d69f..be05ab9de8cb 100644 --- a/include/configs/ls1021aqds.h +++ b/include/configs/ls1021aqds.h @@ -252,7 +252,7 @@ */ #ifdef CONFIG_TSEC_ENET -#define CONFIG_MII_DEFAULT_TSEC 3 +#define CFG_MII_DEFAULT_TSEC 3 #define CONFIG_TSEC1 1 #define CONFIG_TSEC1_NAME "eTSEC1" #define CONFIG_TSEC2 1 diff --git a/scripts/config_whitelist.txt b/scripts/config_whitelist.txt index a1b88d29cb15..0380ebb2a6e8 100644 --- a/scripts/config_whitelist.txt +++ b/scripts/config_whitelist.txt @@ -125,7 +125,7 @@ CFG_MAX_RAM_BANK_SIZE CFG_MEMSIZE_IN_BYTES CFG_MEM_INIT_VALUE CFG_MFG_ENV_SETTINGS -CONFIG_MII_DEFAULT_TSEC +CFG_MII_DEFAULT_TSEC CONFIG_MIU_2BIT_21_7_INTERLEAVED CONFIG_MIU_2BIT_INTERLEAVED CONFIG_MMC_DEFAULT_DEV -- 2.25.1