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 2E7A6C38142 for ; Tue, 31 Jan 2023 15:29:49 +0000 (UTC) Received: from h2850616.stratoserver.net (localhost [IPv6:::1]) by phobos.denx.de (Postfix) with ESMTP id 0FAF385B0A; Tue, 31 Jan 2023 16:29:08 +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="ZnAVF/rb"; dkim-atps=neutral Received: by phobos.denx.de (Postfix, from userid 109) id 757F185AE2; Tue, 31 Jan 2023 16:28:15 +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 619AE85AEF for ; Tue, 31 Jan 2023 16:27: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-il1-x136.google.com with SMTP id k12so1587606ilv.10 for ; Tue, 31 Jan 2023 07:27:48 -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=eo2zuquPnYGZC6Cr6aI6HY/XAQj8qCsGq1cXjcq2Z+0=; b=ZnAVF/rbXFLAMk+sKNpjxEShC9prT2uYr60lBVKqX9rNXoQrgxzUzyv9GsQT7eE7t1 KMXDEWTAfADf34JYZXStMbFruneHKZjoKCWlTorYOVNybNax7YGzPRs3Gp8RhZ3sw0qs KNadpisjR/Fd+iA6+2s67P/xl5koNGcDQSJr4= 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=eo2zuquPnYGZC6Cr6aI6HY/XAQj8qCsGq1cXjcq2Z+0=; b=bNfT0WBinOzviGibE2nSAIU8mEUjkiOYOWLmc4E3LavpuUq6yBIrjMcX92kEgbKJke iOrnHrFwA1NWLF0lJ9HUUw83dGZSNHQqYjBqHtiQ42uHR9f0y0H0mXfQPbhur+1QKowp PqI5R2/eLFdWZ7k/3CNe9YK0V/QM4i6WFRThyIpx2taCVOdidgUaJH0zxPQKmtPlqeX9 I7ZqK4kllTR185eyPwipqq8WXnRKEHiUbN7A3OocXqAPuwoTgSHoDpB/KCVTnP8/Am10 9/XmFw5rF7+9Zu/pGdZJ1cZeta6kJYD6XNYqMEzO9djnuFm1vNTCnyJTJE4DgY6ZveM4 CUbQ== X-Gm-Message-State: AO0yUKWKMOgL5uPeHuDWXqeEfxGCaLxEEK8T4zTIkXx4s+UkpAywPE6f 1El7PlT9RxOJOQXOa2saFK2yPwdgeWBLr0gm X-Google-Smtp-Source: AK7set9Pug0eqcpnJMJpe4gnZa8rLXQA+ixzm/4E0JEyHSRI5csyhS8TVVgH2xm2QfF6WQbSFc81eA== X-Received: by 2002:a05:6e02:1bc2:b0:310:d833:81dd with SMTP id x2-20020a056e021bc200b00310d83381ddmr10170282ilv.6.1675178867156; Tue, 31 Jan 2023 07:27:47 -0800 (PST) Received: from sjg1.lan (c-73-14-173-85.hsd1.co.comcast.net. [73.14.173.85]) by smtp.gmail.com with ESMTPSA id u4-20020a02cb84000000b0039db6cffcbasm5649328jap.71.2023.01.31.07.27.46 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Tue, 31 Jan 2023 07:27:46 -0800 (PST) From: Simon Glass To: U-Boot Mailing List Cc: Tom Rini , Simon Glass , Joe Hershberger Subject: [PATCH 10/32] env: Allow VPL environment to be nowhere Date: Tue, 31 Jan 2023 08:26:40 -0700 Message-Id: <20230131152702.249197-11-sjg@chromium.org> X-Mailer: git-send-email 2.39.1.456.gfc5497dd1b-goog In-Reply-To: <20230131152702.249197-1-sjg@chromium.org> References: <20230131152702.249197-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 Add an option to put the VPL environment nowhere (not in storage). Signed-off-by: Simon Glass --- env/Kconfig | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/env/Kconfig b/env/Kconfig index 9222330a676..927f9a38fa2 100644 --- a/env/Kconfig +++ b/env/Kconfig @@ -859,6 +859,16 @@ config TPL_ENV_IS_IN_FLASH endif +if VPL_ENV_SUPPORT + +config VPL_ENV_IS_NOWHERE + bool "VPL Environment is not stored" + default y if ENV_IS_NOWHERE + help + Similar to ENV_IS_NOWHERE, used for VPL environment. + +endif # VPL_ENV_SUPPORT + config USE_BOOTFILE bool "Add a 'bootfile' environment variable" help -- 2.39.1.456.gfc5497dd1b-goog