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 DD037C433FE for ; Sun, 20 Nov 2022 14:13:19 +0000 (UTC) Received: from h2850616.stratoserver.net (localhost [IPv6:::1]) by phobos.denx.de (Postfix) with ESMTP id 167688530D; Sun, 20 Nov 2022 15:09:40 +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="eS9cc9ck"; dkim-atps=neutral Received: by phobos.denx.de (Postfix, from userid 109) id 13D0C852CE; Sun, 20 Nov 2022 15:08:44 +0100 (CET) Received: from mail-qt1-x82c.google.com (mail-qt1-x82c.google.com [IPv6:2607:f8b0:4864:20::82c]) (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 AF90485297 for ; Sun, 20 Nov 2022 15:08:39 +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-qt1-x82c.google.com with SMTP id s4so5930838qtx.6 for ; Sun, 20 Nov 2022 06:08:39 -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=SSl9OCF22jt7HI7edGHFgJOeVnMIhcPCALN9PsJtwU4=; b=eS9cc9ckOMTjv+yQcQ8fsMqKFGjOwGSdNSWv4l8Sb1oCYjIMADVdvR10DG3rnfpo4h Rx1qSirZeRRrh+Jj5zU8j4kKSirZzBryRDodmo/UPiMNigaLfsaau+GVLlf08MV1nK1R HQDqnCOL+t5vrzvVZRUx4sn6vIqjBa25n5yFU= 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=SSl9OCF22jt7HI7edGHFgJOeVnMIhcPCALN9PsJtwU4=; b=MoGDGmwuZOT9cKcOeElr+vKuE7jZPzyBbW2lit2Q5yruYyqIRSsljopYMJJMEsNb7n fOwIPJ60xwjlJ4IPMn/V4im0oPD3Eoo3r5Z19KK9OwXAu0J7m2D52mfJJS1QGBuejOhT PXcuL2yND+aaPL38XH7XTA7GxZFQbncUpGZ9k9NsSrmpd+c3p3MDW7dOOy9Gy2D4se99 rw0vaQ3fV28Zj7h+LAFiLgvCb/1iD3oNdKRa/XwTErJ/y3RrhYSHngft49gqPuMmQeRL E8+B2keGv48AJaikoJoXqcxtFz1lhHon9s8WZugDrEvMVd9Ix3WqRdH3IlpoGFLKyg7+ FmtA== X-Gm-Message-State: ANoB5pkTtdTDdhlzrAE6d+haCspD7m0xWSvg2nNLgny61xi8ZzEKLQ11 3PWz8+ql8c+THHfflGH68eXcwmTDt9fy2Q== X-Google-Smtp-Source: AA0mqf6n6SrbnZlc4NUdBN85NKjP1sQYtENJeEW8SdKxXGIivzIF/R+8iWE2Nas4/8aznftsgcNPuw== X-Received: by 2002:ac8:5b56:0:b0:393:1482:bd1d with SMTP id n22-20020ac85b56000000b003931482bd1dmr355978qtw.519.1668953318297; Sun, 20 Nov 2022 06:08:38 -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.37 for (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Sun, 20 Nov 2022 06:08:38 -0800 (PST) From: Tom Rini To: u-boot@lists.denx.de Subject: [PoC 123/241] global: Migrate CONFIG_MTD_NAND_VERIFY_WRITE to CFG Date: Sun, 20 Nov 2022 09:07:13 -0500 Message-Id: <20221120140829.3057894-14-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/ls1043aqds.h | 2 +- include/configs/ls1043ardb.h | 2 +- include/configs/ls1046afrwy.h | 2 +- include/configs/ls1046aqds.h | 2 +- include/configs/ls1046ardb.h | 2 +- include/configs/ls1088aqds.h | 2 +- include/configs/ls1088ardb.h | 2 +- include/configs/ls2080aqds.h | 2 +- include/configs/ls2080ardb.h | 2 +- scripts/config_whitelist.txt | 2 +- 10 files changed, 10 insertions(+), 10 deletions(-) diff --git a/include/configs/ls1043aqds.h b/include/configs/ls1043aqds.h index 35662f65502f..477e63ce0390 100644 --- a/include/configs/ls1043aqds.h +++ b/include/configs/ls1043aqds.h @@ -107,7 +107,7 @@ #define CFG_SYS_NAND_FTIM3 0x0 #define CFG_SYS_NAND_BASE_LIST { CFG_SYS_NAND_BASE } -#define CONFIG_MTD_NAND_VERIFY_WRITE +#define CFG_MTD_NAND_VERIFY_WRITE #endif #ifdef CONFIG_NAND_BOOT diff --git a/include/configs/ls1043ardb.h b/include/configs/ls1043ardb.h index 80214e069cb1..ec81b3ca5b36 100644 --- a/include/configs/ls1043ardb.h +++ b/include/configs/ls1043ardb.h @@ -82,7 +82,7 @@ #define CFG_SYS_NAND_FTIM3 0x0 #define CFG_SYS_NAND_BASE_LIST { CFG_SYS_NAND_BASE } -#define CONFIG_MTD_NAND_VERIFY_WRITE +#define CFG_MTD_NAND_VERIFY_WRITE #ifdef CONFIG_NAND_BOOT #define CFG_SYS_NAND_U_BOOT_SIZE (1024 << 10) diff --git a/include/configs/ls1046afrwy.h b/include/configs/ls1046afrwy.h index 1759d25f3a39..c876d3ee2719 100644 --- a/include/configs/ls1046afrwy.h +++ b/include/configs/ls1046afrwy.h @@ -45,7 +45,7 @@ #define CFG_SYS_NAND_FTIM3 0x0 #define CFG_SYS_NAND_BASE_LIST { CFG_SYS_NAND_BASE } -#define CONFIG_MTD_NAND_VERIFY_WRITE +#define CFG_MTD_NAND_VERIFY_WRITE /* IFC Timing Params */ #define CFG_SYS_CSPR0_EXT CFG_SYS_NAND_CSPR_EXT diff --git a/include/configs/ls1046aqds.h b/include/configs/ls1046aqds.h index c4fbef7e7f9a..731fc1d35bb7 100644 --- a/include/configs/ls1046aqds.h +++ b/include/configs/ls1046aqds.h @@ -127,7 +127,7 @@ #define CFG_SYS_NAND_FTIM3 0x0 #define CFG_SYS_NAND_BASE_LIST { CFG_SYS_NAND_BASE } -#define CONFIG_MTD_NAND_VERIFY_WRITE +#define CFG_MTD_NAND_VERIFY_WRITE #endif #ifdef CONFIG_NAND_BOOT diff --git a/include/configs/ls1046ardb.h b/include/configs/ls1046ardb.h index 1209f16619f9..13837e89d25b 100644 --- a/include/configs/ls1046ardb.h +++ b/include/configs/ls1046ardb.h @@ -50,7 +50,7 @@ #define CFG_SYS_NAND_FTIM3 0x0 #define CFG_SYS_NAND_BASE_LIST { CFG_SYS_NAND_BASE } -#define CONFIG_MTD_NAND_VERIFY_WRITE +#define CFG_MTD_NAND_VERIFY_WRITE /* * CPLD diff --git a/include/configs/ls1088aqds.h b/include/configs/ls1088aqds.h index 52a6a2768384..421965fc7974 100644 --- a/include/configs/ls1088aqds.h +++ b/include/configs/ls1088aqds.h @@ -99,7 +99,7 @@ #define CFG_SYS_NAND_FTIM3 0x0 #define CFG_SYS_NAND_BASE_LIST { CFG_SYS_NAND_BASE } -#define CONFIG_MTD_NAND_VERIFY_WRITE +#define CFG_MTD_NAND_VERIFY_WRITE #define CFG_SYS_I2C_FPGA_ADDR 0x66 #define QIXIS_LBMAP_SWITCH 6 diff --git a/include/configs/ls1088ardb.h b/include/configs/ls1088ardb.h index 542495956c32..41d1666a3588 100644 --- a/include/configs/ls1088ardb.h +++ b/include/configs/ls1088ardb.h @@ -83,7 +83,7 @@ #define CFG_SYS_NAND_FTIM3 0x0 #define CFG_SYS_NAND_BASE_LIST { CFG_SYS_NAND_BASE } -#define CONFIG_MTD_NAND_VERIFY_WRITE +#define CFG_MTD_NAND_VERIFY_WRITE #define CFG_SYS_I2C_FPGA_ADDR 0x66 #define QIXIS_BRDCFG4_OFFSET 0x54 diff --git a/include/configs/ls2080aqds.h b/include/configs/ls2080aqds.h index db7e422336fe..652f0b1b7760 100644 --- a/include/configs/ls2080aqds.h +++ b/include/configs/ls2080aqds.h @@ -100,7 +100,7 @@ #define CFG_SYS_NAND_FTIM3 0x0 #define CFG_SYS_NAND_BASE_LIST { CFG_SYS_NAND_BASE } -#define CONFIG_MTD_NAND_VERIFY_WRITE +#define CFG_MTD_NAND_VERIFY_WRITE #define QIXIS_LBMAP_SWITCH 0x06 #define QIXIS_LBMAP_MASK 0x0f diff --git a/include/configs/ls2080ardb.h b/include/configs/ls2080ardb.h index e4c9b2c44ca6..4ca7d51c990b 100644 --- a/include/configs/ls2080ardb.h +++ b/include/configs/ls2080ardb.h @@ -97,7 +97,7 @@ #define CFG_SYS_NAND_FTIM3 0x0 #define CFG_SYS_NAND_BASE_LIST { CFG_SYS_NAND_BASE } -#define CONFIG_MTD_NAND_VERIFY_WRITE +#define CFG_MTD_NAND_VERIFY_WRITE #define QIXIS_LBMAP_SWITCH 0x06 #define QIXIS_LBMAP_MASK 0x0f diff --git a/scripts/config_whitelist.txt b/scripts/config_whitelist.txt index 01f78d11afd8..24d09c1a4be2 100644 --- a/scripts/config_whitelist.txt +++ b/scripts/config_whitelist.txt @@ -131,7 +131,7 @@ CFG_MIU_2BIT_INTERLEAVED CFG_MMC_DEFAULT_DEV CFG_MMC_SUNXI_SLOT CFG_MONITOR_IS_IN_RAM -CONFIG_MTD_NAND_VERIFY_WRITE +CFG_MTD_NAND_VERIFY_WRITE CONFIG_MVGBE_PORTS CONFIG_MXC_GPT_HCLK CONFIG_MXC_NAND_HWECC -- 2.25.1