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 07DCFC4321E for ; Sun, 4 Dec 2022 15:16:06 +0000 (UTC) Received: from h2850616.stratoserver.net (localhost [IPv6:::1]) by phobos.denx.de (Postfix) with ESMTP id 0BFF985524; Sun, 4 Dec 2022 16:08:34 +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="OxwG5N2C"; dkim-atps=neutral Received: by phobos.denx.de (Postfix, from userid 109) id 86D3F8546B; Sun, 4 Dec 2022 16:06:58 +0100 (CET) Received: from mail-ej1-x62f.google.com (mail-ej1-x62f.google.com [IPv6:2a00:1450:4864:20::62f]) (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 6A9A885457 for ; Sun, 4 Dec 2022 16:06:55 +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-ej1-x62f.google.com with SMTP id qk9so4536729ejc.3 for ; Sun, 04 Dec 2022 07:06:55 -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=wP4KsEX4X0LD3409l6IN0m9+hgi1Lv3ivR2OfeJHabo=; b=OxwG5N2C3/NV2sIXvppE2oKRgTLTgcwJ+qTFQcxjsH3J5SBg5T5YfXl7vPuRD1aLzM NjqFLiyaLAGC+4QTY8vOlzofYI25vzWryQFvGlMNv+Nve/p7r+vjZwkgHzzZ3/n7+DAv 6PAAS4LgmR1dZ2NRb0ijxztD0uuoW8FEr9VBg= 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=wP4KsEX4X0LD3409l6IN0m9+hgi1Lv3ivR2OfeJHabo=; b=zKxQN+tvw2PU3IDXUROjIJd9D9cNmjKDp4rWG4ArYlPlAiztwVKSZ4Ve5x1FSqqbAU 9rJxpc0d7eiEcPhy1kdg2iOcnZp3HY5hxkGwbhJEe5JAlV+cRniOiFt8jF/KMH+ChI7P cj47CkDMfQCwNZEqZGjwI1kfvZA7p3GbRy/HljpDekIuRAyQ+4Guo7p1+vZpDOwMybKe b3TtcUylC7Zcgx2CEVCy6tTAPG9frhSUBogkoGC+xcqN+fIterfMCitDRqhtaw7BdYjE eyHiqT1PXxv71e9f0FcjjpU0aQS9j2FTPswsf8jA4WZyzjnTU4LJnM1tVgix6atzsRg/ cx3g== X-Gm-Message-State: ANoB5pkD2P0j2cTHUrJliFf0dwTuKd4l0hvibABLqPxJC2vP1dL0ffC0 saXB7JcQcZHci8qyYTjrVYguIPJaa3dsF0fP X-Google-Smtp-Source: AA0mqf73tAwLT6PcXRKivjJP+fkChMmh+bTV3O8zfTcO5OMeiDc8KQGtIDvzcztmVjG0wP8TUlxcAQ== X-Received: by 2002:a17:906:298c:b0:7c0:7d08:bfc with SMTP id x12-20020a170906298c00b007c07d080bfcmr25151395eje.72.1670166414702; Sun, 04 Dec 2022 07:06:54 -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 g1-20020a17090604c100b0073dc5bb7c32sm5240058eja.64.2022.12.04.07.06.53 for (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Sun, 04 Dec 2022 07:06:54 -0800 (PST) From: Tom Rini To: u-boot@lists.denx.de Subject: [PATCH 051/149] global: Migrate CONFIG_KM_DEF_BOOT_ARGS_CPU to CFG Date: Sun, 4 Dec 2022 10:04:16 -0500 Message-Id: <20221204150554.4165941-51-trini@konsulko.com> X-Mailer: git-send-email 2.25.1 In-Reply-To: <20221204150554.4165941-1-trini@konsulko.com> References: <20221202214251.3027264-41-trini@konsulko.com> <20221204150554.4165941-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_KM_DEF_BOOT_ARGS_CPU to CFG_KM_DEF_BOOT_ARGS_CPU Signed-off-by: Tom Rini --- include/configs/km/keymile-common.h | 2 +- include/configs/km/km-powerpc.h | 2 +- include/configs/km/pg-wcom-ls102xa.h | 4 ++-- include/configs/kmcent2.h | 2 +- 4 files changed, 5 insertions(+), 5 deletions(-) diff --git a/include/configs/km/keymile-common.h b/include/configs/km/keymile-common.h index cc5ec219b8db..94408e6efd9a 100644 --- a/include/configs/km/keymile-common.h +++ b/include/configs/km/keymile-common.h @@ -98,7 +98,7 @@ CONFIG_KM_ECC_MODE \ " phram.phram=phvar,${varaddr}," __stringify(CONFIG_KM_PHRAM)\ " " CONFIG_KM_UBI_LINUX_MTD " " \ - CONFIG_KM_DEF_BOOT_ARGS_CPU \ + CFG_KM_DEF_BOOT_ARGS_CPU \ "\0" \ "addpanic=" \ "setenv bootargs ${bootargs} panic=1 panic_on_oops=1\0" \ diff --git a/include/configs/km/km-powerpc.h b/include/configs/km/km-powerpc.h index 424caa0df977..41ce6b5ee852 100644 --- a/include/configs/km/km-powerpc.h +++ b/include/configs/km/km-powerpc.h @@ -28,7 +28,7 @@ #define CONFIG_PRAM ((CONFIG_KM_PNVRAM + CONFIG_KM_PHRAM)>>10) /* architecture specific default bootargs */ -#define CONFIG_KM_DEF_BOOT_ARGS_CPU "" +#define CFG_KM_DEF_BOOT_ARGS_CPU "" #define CONFIG_KM_DEF_ENV_CPU \ "u-boot="CONFIG_HOSTNAME "/u-boot.bin\0" \ diff --git a/include/configs/km/pg-wcom-ls102xa.h b/include/configs/km/pg-wcom-ls102xa.h index b0a759aa7199..00e4a1f2cb84 100644 --- a/include/configs/km/pg-wcom-ls102xa.h +++ b/include/configs/km/pg-wcom-ls102xa.h @@ -176,8 +176,8 @@ #define CONFIG_KM_DEF_ENV #endif -#ifndef CONFIG_KM_DEF_BOOT_ARGS_CPU -#define CONFIG_KM_DEF_BOOT_ARGS_CPU "" +#ifndef CFG_KM_DEF_BOOT_ARGS_CPU +#define CFG_KM_DEF_BOOT_ARGS_CPU "" #endif #define CONFIG_KM_DEF_ENV_CPU \ diff --git a/include/configs/kmcent2.h b/include/configs/kmcent2.h index c10a3366b0c9..b384fc6a6f46 100644 --- a/include/configs/kmcent2.h +++ b/include/configs/kmcent2.h @@ -15,7 +15,7 @@ * than just the VLAN tag (i.e. eDSA tag). It is passed as a kernel boot * parameters */ -#define CONFIG_KM_DEF_BOOT_ARGS_CPU "fsl_dpaa_fman.fsl_fm_max_frm=1558" +#define CFG_KM_DEF_BOOT_ARGS_CPU "fsl_dpaa_fman.fsl_fm_max_frm=1558" #include "km/keymile-common.h" -- 2.25.1