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 540DBC4332F for ; Sun, 20 Nov 2022 13:37:03 +0000 (UTC) Received: from h2850616.stratoserver.net (localhost [IPv6:::1]) by phobos.denx.de (Postfix) with ESMTP id D71208529A; Sun, 20 Nov 2022 14:34:32 +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="rzV8e2mC"; dkim-atps=neutral Received: by phobos.denx.de (Postfix, from userid 109) id BA6348524F; Sun, 20 Nov 2022 14:34:10 +0100 (CET) Received: from mail-qk1-x734.google.com (mail-qk1-x734.google.com [IPv6:2607:f8b0:4864:20::734]) (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 D7CCA85201 for ; Sun, 20 Nov 2022 14:34:07 +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-qk1-x734.google.com with SMTP id s20so6511328qkg.5 for ; Sun, 20 Nov 2022 05:34:07 -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=nA3QJJICrwhM8tV9bMbl4WHNrINdHr9FqyxDLGu05KI=; b=rzV8e2mCJvCeBhwn4++UDhDYRot5v68P55UCa2fhaNGGprIjZ497kwVUNKcu/ptj2e 8Ydu+bIDsdV1rHWHz/DhFMVutnJ6QAhAmKvZ/11o2coTbhmk87pVSgfwIbWiKBgTovcT /LnRa2ZoODfwb/84jyswSqC86J4O2vkzT6xRQ= 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=nA3QJJICrwhM8tV9bMbl4WHNrINdHr9FqyxDLGu05KI=; b=NVIzteTbK5VBWwor81tWqjsGRY28sy2rTXTvGTOtjigUoESxpqWhbZSSbatFy8MZT/ zZiImtS0ubHp4EV4cUwwpf3Usg8XI1anVyVq1CZs0xKL3ljbgaeqQNxaHBoFh9kNNNYs 6AwLUHDtmhp8A6vLJEyt8wjaIfOb1e//QjjPMMjvwHoaWe9oj3a4PW1w2J4ogjQADYJ1 zb9nLNZRGB9Kk7LhCe3G1sOr7O4pugQpDpzbjpdy3Mref5D6BYkGoM6LFzZkyTfLRrZd tpuiG0YH0t0G9oZFkIlQR6IC/x0KEWMlWyhahmeZfB/VNFj+XBwQFKs7rsajerBUi1H2 jQLA== X-Gm-Message-State: ANoB5pljqDFJbfokMWDiK6I6KpmMWK1UUzyGHoIKEozZ7/OtKId/9gJW 4DHfbx/SniLPTq51WQdmLq66nUG+cb9gvQ== X-Google-Smtp-Source: AA0mqf4KBM/gsfxCOF+mwI1nDruSUHQ+DuLsDsYE1gxddcfVxqlA5jxMhRMx8kYafr3irvBdRaVb3w== X-Received: by 2002:a05:620a:3706:b0:6e2:5472:345e with SMTP id de6-20020a05620a370600b006e25472345emr13002732qkb.391.1668951247226; Sun, 20 Nov 2022 05:34:07 -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.06 for (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Sun, 20 Nov 2022 05:34:06 -0800 (PST) From: Tom Rini To: u-boot@lists.denx.de Subject: [PoC 016/241] global: Migrate CONFIG_ENV_SETTINGS_V2 to CFG Date: Sun, 20 Nov 2022 08:30:07 -0500 Message-Id: <20221120133352.3055600-17-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/draco.h | 2 +- include/configs/etamin.h | 2 +- include/configs/rastaban.h | 2 +- include/configs/siemens-am33x-common.h | 2 +- include/configs/thuban.h | 2 +- scripts/config_whitelist.txt | 2 +- 6 files changed, 6 insertions(+), 6 deletions(-) diff --git a/include/configs/draco.h b/include/configs/draco.h index 5b0daec11a6a..ab3cf10d7793 100644 --- a/include/configs/draco.h +++ b/include/configs/draco.h @@ -35,7 +35,7 @@ "optargs=\0" \ "preboot=draco_led 0\0" \ CFG_ENV_SETTINGS_BUTTONS_AND_LEDS \ - CONFIG_ENV_SETTINGS_V2 \ + CFG_ENV_SETTINGS_V2 \ CFG_ENV_SETTINGS_NAND_V2 #endif /* ! __CONFIG_DRACO_H */ diff --git a/include/configs/etamin.h b/include/configs/etamin.h index fea69c7eafae..9011940abe4b 100644 --- a/include/configs/etamin.h +++ b/include/configs/etamin.h @@ -145,7 +145,7 @@ "optargs=\0" \ "preboot=draco_led 0\0" \ CFG_ENV_SETTINGS_BUTTONS_AND_LEDS \ - CONFIG_ENV_SETTINGS_V2 \ + CFG_ENV_SETTINGS_V2 \ CFG_ENV_SETTINGS_NAND_V2 #endif /* CONFIG_SPL_BUILD */ #endif /* ! __CONFIG_ETAMIN_H */ diff --git a/include/configs/rastaban.h b/include/configs/rastaban.h index f3435b2b8c6c..59d56d666242 100644 --- a/include/configs/rastaban.h +++ b/include/configs/rastaban.h @@ -45,7 +45,7 @@ "optargs=\0" \ "preboot=draco_led 0\0" \ CFG_ENV_SETTINGS_BUTTONS_AND_LEDS \ - CONFIG_ENV_SETTINGS_V2 \ + CFG_ENV_SETTINGS_V2 \ CFG_ENV_SETTINGS_NAND_V2 #endif /* ! __CONFIG_RASTABAN_H */ diff --git a/include/configs/siemens-am33x-common.h b/include/configs/siemens-am33x-common.h index c54b02c5919a..2a63b36a536a 100644 --- a/include/configs/siemens-am33x-common.h +++ b/include/configs/siemens-am33x-common.h @@ -311,7 +311,7 @@ "bootm ${kloadaddr} - ${loadaddr}\0" \ COMMON_ENV_NAND_CMDS -#define CONFIG_ENV_SETTINGS_V2 \ +#define CFG_ENV_SETTINGS_V2 \ COMMON_ENV_SETTINGS \ "net_args=run bootargs_defaults;" \ "mtdparts default;" \ diff --git a/include/configs/thuban.h b/include/configs/thuban.h index 960b42dffd0e..c8b27263e85e 100644 --- a/include/configs/thuban.h +++ b/include/configs/thuban.h @@ -38,7 +38,7 @@ "optargs=\0" \ "preboot=draco_led 0\0" \ CFG_ENV_SETTINGS_BUTTONS_AND_LEDS \ - CONFIG_ENV_SETTINGS_V2 \ + CFG_ENV_SETTINGS_V2 \ CFG_ENV_SETTINGS_NAND_V2 #endif /* ! __CONFIG_THUBAN_H */ diff --git a/scripts/config_whitelist.txt b/scripts/config_whitelist.txt index 26821890137d..831f8a99ea5c 100644 --- a/scripts/config_whitelist.txt +++ b/scripts/config_whitelist.txt @@ -16,7 +16,7 @@ CFG_ENV_SETTINGS_BUTTONS_AND_LEDS CFG_ENV_SETTINGS_NAND_V1 CFG_ENV_SETTINGS_NAND_V2 CFG_ENV_SETTINGS_V1 -CONFIG_ENV_SETTINGS_V2 +CFG_ENV_SETTINGS_V2 CONFIG_ENV_SROM_BANK CONFIG_ENV_TOTAL_SIZE CONFIG_ET1100_BASE -- 2.25.1