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 08D84C4332F for ; Sun, 20 Nov 2022 13:50:33 +0000 (UTC) Received: from h2850616.stratoserver.net (localhost [IPv6:::1]) by phobos.denx.de (Postfix) with ESMTP id F03C4853B7; Sun, 20 Nov 2022 14:36:25 +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="GaF7PAg+"; dkim-atps=neutral Received: by phobos.denx.de (Postfix, from userid 109) id C03158534D; Sun, 20 Nov 2022 14:35:37 +0100 (CET) Received: from mail-qt1-x829.google.com (mail-qt1-x829.google.com [IPv6:2607:f8b0:4864:20::829]) (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 8D430852DE for ; Sun, 20 Nov 2022 14:34:57 +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-x829.google.com with SMTP id h24so5890763qta.9 for ; Sun, 20 Nov 2022 05:34:57 -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=RwrcwesqowR6UmPR+N7+Lmk4nToKm+K8vnFd7AXG0Qw=; b=GaF7PAg+pYG4aiSozkCW9lBSr1uS9QonzCRfDEXttiIMmm/fBM4UbGDqQ58aMp6alu jdULSdqoZgiFyONxoDwHt+YkwN0YtqriHFPxz4Bof7ogkHyHr2nNuin3Vg2CemfZ5RYC Rxwi7epzBfiMEtBc4JwjCxxiNcFvePLf8A9QA= 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=RwrcwesqowR6UmPR+N7+Lmk4nToKm+K8vnFd7AXG0Qw=; b=HKTs0nhxyG7R+OXf0hFUx9JDhVysnyDFw3nkywj0QI7KZXtVBJZ7iTYmH07N4gQdpm wxS8bUoOly1oc0ei6rVB4+4ksF0tD7k8GU9ezwaj+pZp7F6FJjdjt0gabXV/yOmKzVGx DeBeLxjRkndPqlgzQJtzMIAKIoJKqq1hjmGSrz4BucOJmj5rZEVM+Jw4e5R9VjKmM/1q BNdEN09WHWuKBYLYEuRiKxlCkLQMB5RsyxMgUkgYB0XSqDc+oGl9FdgBxZ8XwtBnBOjG aNmvZXl1trBkSZLFpaFIM+y0LUNfaJz2yuye0RWMH1PdUGUgWNXgOUiZNv42T6zX9bu8 uDPA== X-Gm-Message-State: ANoB5plTaLUbSg6tCCbxkrMNEyt0J+cyAdMd/wKKjB+fOYjAOKPg3HLi SffnOvYm+nQQOgaD56XgN5ItZWbG+rcRnw== X-Google-Smtp-Source: AA0mqf5q3Hb8c5iFu5IYXjC4ZaYaupObvYCgxXbmzU3FvmxyFtwI3Jv8CWg9KBw45vr13+2EPT0Nog== X-Received: by 2002:a05:622a:989:b0:3a5:270c:fbee with SMTP id bw9-20020a05622a098900b003a5270cfbeemr14319594qtb.74.1668951297081; Sun, 20 Nov 2022 05:34:57 -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 m21-20020a05620a24d500b006ce0733caebsm6487740qkn.14.2022.11.20.05.34.56 for (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Sun, 20 Nov 2022 05:34:56 -0800 (PST) From: Tom Rini To: u-boot@lists.denx.de Subject: [PoC 090/241] global: Migrate CONFIG_LEGACY_BOOTCMD_ENV to CFG Date: Sun, 20 Nov 2022 08:31:21 -0500 Message-Id: <20221120133352.3055600-91-trini@konsulko.com> X-Mailer: git-send-email 2.25.1 In-Reply-To: <20221120133352.3055600-1-trini@konsulko.com> References: <20221119234545.404563-38-trini@konsulko.com> <20221120133352.3055600-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/pic32mzdask.h | 4 ++-- scripts/config_whitelist.txt | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/include/configs/pic32mzdask.h b/include/configs/pic32mzdask.h index 60c747327588..0ae4fc55a97b 100644 --- a/include/configs/pic32mzdask.h +++ b/include/configs/pic32mzdask.h @@ -52,7 +52,7 @@ "fdt_addr_r=0x89d00000\0" \ "scriptaddr=0x88300000\0" \ -#define CONFIG_LEGACY_BOOTCMD_ENV \ +#define CFG_LEGACY_BOOTCMD_ENV \ "legacy_bootcmd= " \ "if load mmc 0 ${scriptaddr} uEnv.txt; then " \ "env import -tr ${scriptaddr} ${filesize}; " \ @@ -71,7 +71,7 @@ #define CFG_EXTRA_ENV_SETTINGS \ MEM_LAYOUT_ENV_SETTINGS \ - CONFIG_LEGACY_BOOTCMD_ENV \ + CFG_LEGACY_BOOTCMD_ENV \ BOOTENV #endif /* __PIC32MZDASK_CONFIG_H */ diff --git a/scripts/config_whitelist.txt b/scripts/config_whitelist.txt index 07fd8dbeab11..495467153157 100644 --- a/scripts/config_whitelist.txt +++ b/scripts/config_whitelist.txt @@ -98,7 +98,7 @@ CFG_KSNET_SERDES_SGMII2_BASE CFG_KSNET_SERDES_SGMII_BASE CFG_L1_INIT_RAM CFG_L2_CACHE -CONFIG_LEGACY_BOOTCMD_ENV +CFG_LEGACY_BOOTCMD_ENV CONFIG_LOWPOWER_ADDR CONFIG_LOWPOWER_FLAG CONFIG_LPC32XX_NAND_MLC_BUSY_DELAY -- 2.25.1