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 998A6C636CD for ; Sun, 5 Feb 2023 23:02:28 +0000 (UTC) Received: from h2850616.stratoserver.net (localhost [IPv6:::1]) by phobos.denx.de (Postfix) with ESMTP id 2210D85B19; Sun, 5 Feb 2023 23:55:47 +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="Iy4hQGpq"; dkim-atps=neutral Received: by phobos.denx.de (Postfix, from userid 109) id 6235685B18; Sun, 5 Feb 2023 23:53:53 +0100 (CET) Received: from mail-il1-x136.google.com (mail-il1-x136.google.com [IPv6:2607:f8b0:4864:20::136]) (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 79CE485ADD for ; Sun, 5 Feb 2023 23:43:16 +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-il1-x136.google.com with SMTP id k12so4108397ilv.10 for ; Sun, 05 Feb 2023 14:43:16 -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=HS3PeTGYVkFHzOPtIpoxo+4Tek2PlvCldDk7AeerZwk=; b=Iy4hQGpqSnqMEe2qDQoj5U8FffsZPeyI+WoIDnF9r+0FCaZ8Cfo/3q+1AaTiy9/qhf sNe9pu0pINwTcpj68Kpzt5sG2tpB/vRQ8hoHZt+H4Yd1flhPiLwesCa6t0vvsODLu76O JWufnAzD5Va5+mpbfedodg9Uu5PfxwMlAifQU= 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=HS3PeTGYVkFHzOPtIpoxo+4Tek2PlvCldDk7AeerZwk=; b=fUuOddYiqzk4QhXkLWeoqb++otFYJezVJ++ewN9bhZ+R7BR2QlBKE+ubEUIngndZeT xMTM81eNgSsSAPskbRMSIKAJUUlH27WFb/5qqVFLbtj6gFWsfRmMsR3PPLOq1rSXjbtO s1JfXlmbSqjmXK/9SUNMxq6mL7xOIv83B9JCUf8K3g+0h62H29R5v5E7BNwQtwN+k2ns lk59JYPMGoi9S+8U2PFPsqosSZSku62RAwFdZDIlrVPRwRpy/HriyDHuDfEG0IXhGjf0 lwBzGiIxy8JgGCznJ0mntf+al+Fo9OPxRroclk5Ec3W7ry30Tua5Qqd6wsxGAjZg9wS9 CTxw== X-Gm-Message-State: AO0yUKUhHIFSHfWrAlffnGhM1E+P8QaZjyLkV8F0eOz5R3k4UfPCfUk6 fq369ZUhm01f8czV0cU1TnNQhuGlqwvVmbMm X-Google-Smtp-Source: AK7set9gnyTEQ1RZSenVDWvO3iLYUtTdzksRGj4Mi5BnPoueDYcZFFC+ABCDsTYO+26zvip6uri94A== X-Received: by 2002:a05:6e02:12e2:b0:311:19ad:720a with SMTP id l2-20020a056e0212e200b0031119ad720amr13996447iln.29.1675636992192; Sun, 05 Feb 2023 14:43:12 -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 z22-20020a05663803b600b003b33e77e5b2sm1503513jap.110.2023.02.05.14.43.11 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Sun, 05 Feb 2023 14:43:11 -0800 (PST) From: Simon Glass To: U-Boot Mailing List Cc: Tom Rini , Simon Glass Subject: [PATCH v2 119/169] Correct SPL use of PCI_PNP Date: Sun, 5 Feb 2023 15:40:28 -0700 Message-Id: <20230205224118.233425-120-sjg@chromium.org> X-Mailer: git-send-email 2.39.1.519.gcb327c4b5f-goog In-Reply-To: <20230205224118.233425-63-sjg@chromium.org> References: <20230205224118.233425-63-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_PCI_PNP defined in Kconfig Signed-off-by: Simon Glass --- (no changes since v1) drivers/pci/pci-uclass.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/pci/pci-uclass.c b/drivers/pci/pci-uclass.c index 9343cfc62a9..a0c19987ab1 100644 --- a/drivers/pci/pci-uclass.c +++ b/drivers/pci/pci-uclass.c @@ -1140,7 +1140,7 @@ static int pci_uclass_post_probe(struct udevice *bus) if (ret) return log_msg_ret("bind", ret); - if (CONFIG_IS_ENABLED(PCI_PNP) && ll_boot_init() && + if (IS_ENABLED(CONFIG_PCI_PNP) && ll_boot_init() && (!hose->skip_auto_config_until_reloc || (gd->flags & GD_FLG_RELOC))) { ret = pci_auto_config_devices(bus); -- 2.39.1.519.gcb327c4b5f-goog