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 C46D4C636D6 for ; Wed, 22 Feb 2023 16:48:30 +0000 (UTC) Received: from h2850616.stratoserver.net (localhost [IPv6:::1]) by phobos.denx.de (Postfix) with ESMTP id EDF0085AFC; Wed, 22 Feb 2023 17:44:55 +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="bQiwubwk"; dkim-atps=neutral Received: by phobos.denx.de (Postfix, from userid 109) id ABDCB85B15; Wed, 22 Feb 2023 17:36:19 +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 077FC85AED for ; Wed, 22 Feb 2023 17:35:14 +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 t129so441237iof.12 for ; Wed, 22 Feb 2023 08:35:02 -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=TkvKZeWGW9gB5UdX2fvuYMYA2/2s5GZiuqO47nNjP04=; b=bQiwubwkAQTcMYopg72aJ2UhsDB3RSDvx4oBQa3Lv9EdHB+V4b9EXHzsEVqG/5wU5/ uwgNX5LZUAHj7Ir8mxhML0dO2yNZy34tevxSt1f2PgcC/ZSPtTa5dYVknXYwGIWhQEHu sgaGkGU5+LwuNvoDrUK5NG7gMOqaIFJKdo3KM= 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=TkvKZeWGW9gB5UdX2fvuYMYA2/2s5GZiuqO47nNjP04=; b=hLwwz6msxOOde+yO9yu2bjTs19tXPvl3dKeZDUMo0OhQcFV4Hq6HIEz51iaenS/Vgt gZR2eznFrlCA8zGxoM+anMvTvVkQ1jlRyc3PvA1H5f4x7AKD+gtI7cpZnGRJ9TYTDay9 E2y1gMTUpjR02ICrq3taIVjnzEyT3Vjz0vHqsexR7MJb2mGSrwbAXGJtbnzl92dWIj3L 8/8FqjT84ssimJxGIalaNjGc9MTHw1iTxDFYhLVSMzEtu/3gAT5ohUYvmSUgI+k0enAH mZJ3NT9peOExs6uZNM2wZxAbE8EzwOtF5TM0VB/0xj4xGRk4znr214J93YmQhosE39+q zAcw== X-Gm-Message-State: AO0yUKUQOqI8RXDhqgOnG6CS5jJKRTszKI4wRgGR107ThteZOwVMJjc5 7HMZWctZtktUAY/SEAaZRuX5R6rFfA3MX67G X-Google-Smtp-Source: AK7set+R432t5ikjR8TzUCOlSlvfezbMOw71ovcsXjeCfl0rqFX1looST3RkmQec8YX2cK8632jnQA== X-Received: by 2002:a5e:9e02:0:b0:71b:edf3:1dc4 with SMTP id i2-20020a5e9e02000000b0071bedf31dc4mr1437553ioq.19.1677083702271; Wed, 22 Feb 2023 08:35:02 -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.35.01 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Wed, 22 Feb 2023 08:35:02 -0800 (PST) From: Simon Glass To: U-Boot Mailing List Cc: Tom Rini , Simon Glass , Ramon Fried , Sean Anderson Subject: [PATCH v5 24/44] sandbox: Use the generic VPL option to enable VPL Date: Wed, 22 Feb 2023 09:34:05 -0700 Message-Id: <20230222163425.2043934-25-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 Avoid using CONFIG_SANDBOX_VPL since we have a generic option which works just as well. Signed-off-by: Simon Glass --- (no changes since v1) arch/sandbox/dts/sandbox.dts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/arch/sandbox/dts/sandbox.dts b/arch/sandbox/dts/sandbox.dts index e9b6745d2db..12d3eff5fa7 100644 --- a/arch/sandbox/dts/sandbox.dts +++ b/arch/sandbox/dts/sandbox.dts @@ -103,6 +103,6 @@ #include "cros-ec-keyboard.dtsi" #include "sandbox_pmic.dtsi" -#ifdef CONFIG_SANDBOX_VPL +#if IS_ENABLED(CONFIG_SUPPORT_VPL) #include "sandbox_vpl.dtsi" #endif -- 2.39.2.637.g21b0678d19-goog