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 A2786C636D6 for ; Wed, 22 Feb 2023 16:38:56 +0000 (UTC) Received: from h2850616.stratoserver.net (localhost [IPv6:::1]) by phobos.denx.de (Postfix) with ESMTP id 9204785B1B; Wed, 22 Feb 2023 17:35:58 +0100 (CET) Authentication-Results: phobos.denx.de; dmarc=pass (p=none dis=none) header.from=chromium.org 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=chromium.org header.i=@chromium.org header.b="Q3fQgnIp"; dkim-atps=neutral Received: by phobos.denx.de (Postfix, from userid 109) id 1CAFF85AEF; Wed, 22 Feb 2023 17:35:40 +0100 (CET) Received: from mail-io1-xd34.google.com (mail-io1-xd34.google.com [IPv6:2607:f8b0:4864:20::d34]) (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 2AD8985B08 for ; Wed, 22 Feb 2023 17:34:50 +0100 (CET) Authentication-Results: phobos.denx.de; dmarc=pass (p=none dis=none) header.from=chromium.org Authentication-Results: phobos.denx.de; spf=pass smtp.mailfrom=sjg@chromium.org Received: by mail-io1-xd34.google.com with SMTP id b16so2814856iof.11 for ; Wed, 22 Feb 2023 08:34:50 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=chromium.org; s=google; h=content-transfer-encoding:mime-version:references:in-reply-to :message-id:date:subject:cc:to:from:from:to:cc:subject:date :message-id:reply-to; bh=3xz+KLdC55iuMWlVXBKOLg+LM+emGVyxramFb6xqpVM=; b=Q3fQgnIpF4Eq+NfwNPvYIaQMDFu6fd/pFSSZoLY1rSluaOmdkUZMKzWp6GWUCaM0ak D6XP6kVmy6quQBV2WzFfR9IT48KObMlNn9wOLPFrT8GTh/dO11wKwWX52GMag4QbgL3a GWDznAqb1gVIbHX9SWp+SrvztBNw8XY64OEww= 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:cc:to:from:x-gm-message-state:from:to:cc :subject:date:message-id:reply-to; bh=3xz+KLdC55iuMWlVXBKOLg+LM+emGVyxramFb6xqpVM=; b=IskYf2etM8y+4/6WVkulTf1uVsVI2OxgimzCymiGn15tBqeB41MVqu4Gy5TXEwLEsa kc5yBNmyecDsyEbPsHsi5VYpgyQ002I28zAenoXkQtvdh47WPmqHt59OPINnOPQV6+wA x8u5uSBSkZ5t/PahED4Wg7FCpA8HGuTNZpViZNnF1G8BX8V/ATcL9/OkqpYrP/5DWwrZ fsHT9IwpFSQC4bt6LCjziMJwWnUqBPn1BYur+H+bapoOgN/tH5XinFTKkGXq7W2r23HI zLQGCHxU+LK6esMYqmzId0oQ4nQYFmb1uAncETLGJkApV008tVNTGbFMVZPJM0ZRAmr3 iIwA== X-Gm-Message-State: AO0yUKVkR5kQCAgHOADOta/1JqYk29PYGUbUVMFTyMX+pRNb86F6WYyn liIXZbwZstTaTbf/uCQ9Bi39yRwx2aDSq7DZ X-Google-Smtp-Source: AK7set/YW/GhzL00murAsgkpogjoqWDiNb/4Y3/PbGZfjlSrUtyIkjDLKOosuTsTZde/2CauTmQNlw== X-Received: by 2002:a5d:974b:0:b0:711:6a68:6afd with SMTP id c11-20020a5d974b000000b007116a686afdmr1134540ioo.10.1677083688688; Wed, 22 Feb 2023 08:34:48 -0800 (PST) Received: from sjg1.roam.corp.google.com (c-73-14-173-85.hsd1.co.comcast.net. [73.14.173.85]) by smtp.gmail.com with ESMTPSA id z26-20020a056602005a00b00716eb44b97esm2164541ioz.27.2023.02.22.08.34.48 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Wed, 22 Feb 2023 08:34:48 -0800 (PST) From: Simon Glass To: U-Boot Mailing List Cc: Tom Rini , Simon Glass Subject: [PATCH v5 09/44] Correct SPL use of PG_WCOM_UBOOT_UPDATE_SUPPORTED Date: Wed, 22 Feb 2023 09:33:50 -0700 Message-Id: <20230222163425.2043934-10-sjg@chromium.org> X-Mailer: git-send-email 2.39.2.637.g21b0678d19-goog In-Reply-To: <20230222163425.2043934-1-sjg@chromium.org> References: <20230222163425.2043934-1-sjg@chromium.org> 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 This converts 1 usage of this option to the non-SPL form, since there is no SPL_PG_WCOM_UBOOT_UPDATE_SUPPORTED defined in Kconfig Signed-off-by: Simon Glass Aleksandar Gerasimovski --- (no changes since v1) board/keymile/common/common.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/board/keymile/common/common.c b/board/keymile/common/common.c index 8c282f9952a..991022ac833 100644 --- a/board/keymile/common/common.c +++ b/board/keymile/common/common.c @@ -78,7 +78,7 @@ int set_km_env(void) return 0; } -#if CONFIG_IS_ENABLED(PG_WCOM_UBOOT_UPDATE_SUPPORTED) +#if IS_ENABLED(CONFIG_PG_WCOM_UBOOT_UPDATE_SUPPORTED) #if ((!IS_ENABLED(CONFIG_PG_WCOM_UBOOT_BOOTPACKAGE) && \ !IS_ENABLED(CONFIG_PG_WCOM_UBOOT_UPDATE)) || \ (IS_ENABLED(CONFIG_PG_WCOM_UBOOT_BOOTPACKAGE) && \ -- 2.39.2.637.g21b0678d19-goog