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 7B3C0C4332F for ; Sun, 20 Nov 2022 14:13:28 +0000 (UTC) Received: from h2850616.stratoserver.net (localhost [IPv6:::1]) by phobos.denx.de (Postfix) with ESMTP id 2FABC8534A; Sun, 20 Nov 2022 15:09:41 +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="nP7cFo6e"; dkim-atps=neutral Received: by phobos.denx.de (Postfix, from userid 109) id 69F37852DD; Sun, 20 Nov 2022 15:08:52 +0100 (CET) Received: from mail-qv1-xf30.google.com (mail-qv1-xf30.google.com [IPv6:2607:f8b0:4864:20::f30]) (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 9C9F5852A8 for ; Sun, 20 Nov 2022 15:08:48 +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-xf30.google.com with SMTP id c8so6482692qvn.10 for ; Sun, 20 Nov 2022 06:08:48 -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=tQc38T6hN+AGW+Zf/lXbVkgp3jk2mJkd33xSwxJORx0=; b=nP7cFo6euIrhbnNhO38ZphMD1p6ggsp1VB2v1d3mKVNRChiq1zsczhQTOihC3o3KTN cGQ7pOU63WMAgreTO8wny0Odh4X5h3/v4Bm8xg6UImAF5QjhiQbYMcajEQARZ8Az1sfP ++6xCDPS7hOGu9EXi10/MUtY92M9vqyWgWRZg= 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=tQc38T6hN+AGW+Zf/lXbVkgp3jk2mJkd33xSwxJORx0=; b=PEWq3+QHFqS8Pu64K6/17SKvRpgWhy2I5EQoVPxJ4gmZsjlG7WD5ps9xk/gCv4e9uj 2YPximRYPesAvSLdqHWaAUtxC5ctujm+DwUCp6kuCRB2KVdmZnp2euou6e8Ql/JTifF2 A5PU/4dwTk47bYXK/LyiSgEZXh5mrSkrXEIcbWniJqP8EiLKuwX6/s1RBI+mrwn4D19u mIFwqqtmMVu1zJ9EM2Wns+kKhQBWz5z/nrnoYczC64Qsun+qJyBWJqyYT9/mYSZGAQF0 WRJsWb2Xp9VE+3l2crYXFQObIPeb1ZYCqGWaiXnXFFrZmNcZMx5Q+//82iEZIB32AusX IIPA== X-Gm-Message-State: ANoB5pnlHGdVNR9xJzLRjpE86YjtNhcP4ZIFnXzMo4jWyR5PCgPBdv27 5oeH0hRkAqM/v7sFySBAokKKbfJUB6YyXQ== X-Google-Smtp-Source: AA0mqf53WvtLNTpGCNOYJPzUCPV2gbBIpUcg1EbCQsg5UEQ5Pg9+z+jS15hm7sKmcnJk4ZAUezgcFg== X-Received: by 2002:a0c:aa5a:0:b0:4bb:7583:957f with SMTP id e26-20020a0caa5a000000b004bb7583957fmr3565674qvb.10.1668953328112; Sun, 20 Nov 2022 06:08:48 -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.47 for (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Sun, 20 Nov 2022 06:08:47 -0800 (PST) From: Tom Rini To: u-boot@lists.denx.de Subject: [PoC 139/241] global: Migrate CONFIG_OTHBOOTARGS to CFG Date: Sun, 20 Nov 2022 09:07:29 -0500 Message-Id: <20221120140829.3057894-30-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/x86-common.h | 6 +++--- scripts/config_whitelist.txt | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/include/configs/x86-common.h b/include/configs/x86-common.h index fdd7dba9a6f2..df75deedf583 100644 --- a/include/configs/x86-common.h +++ b/include/configs/x86-common.h @@ -45,9 +45,9 @@ #define CFG_HOSTNAME "x86" #define CONFIG_RAMDISK_ADDR 0x4000000 #if defined(CONFIG_GENERATE_ACPI_TABLE) || defined(CONFIG_EFI_STUB) -#define CONFIG_OTHBOOTARGS "othbootargs=\0" +#define CFG_OTHBOOTARGS "othbootargs=\0" #else -#define CONFIG_OTHBOOTARGS "othbootargs=acpi=off\0" +#define CFG_OTHBOOTARGS "othbootargs=acpi=off\0" #endif #if defined(CONFIG_DISTRO_DEFAULTS) @@ -67,7 +67,7 @@ "pciconfighost=1\0" \ "netdev=eth0\0" \ "consoledev=ttyS0\0" \ - CONFIG_OTHBOOTARGS \ + CFG_OTHBOOTARGS \ "scriptaddr=0x7000000\0" \ "kernel_addr_r=0x1000000\0" \ "ramdisk_addr_r=0x4000000\0" \ diff --git a/scripts/config_whitelist.txt b/scripts/config_whitelist.txt index d8e9be8a82ef..a5c5644e65dd 100644 --- a/scripts/config_whitelist.txt +++ b/scripts/config_whitelist.txt @@ -148,7 +148,7 @@ CFG_NETMASK CFG_NORBOOT CFG_NUM_DSP_CPUS CFG_ODROID_REV_AIN -CONFIG_OTHBOOTARGS +CFG_OTHBOOTARGS CONFIG_OVERWRITE_ETHADDR_ONCE CONFIG_PCIE_IMX_PERST_GPIO CONFIG_PCIE_IMX_POWER_GPIO -- 2.25.1