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 35AAAC636CD for ; Sun, 5 Feb 2023 22:39:29 +0000 (UTC) Received: from h2850616.stratoserver.net (localhost [IPv6:::1]) by phobos.denx.de (Postfix) with ESMTP id E306C8598C; Sun, 5 Feb 2023 23:38: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="ZrSZshJ5"; dkim-atps=neutral Received: by phobos.denx.de (Postfix, from userid 109) id 20F6285969; Sun, 5 Feb 2023 23:38:54 +0100 (CET) Received: from mail-il1-x134.google.com (mail-il1-x134.google.com [IPv6:2607:f8b0:4864:20::134]) (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 100C68593E for ; Sun, 5 Feb 2023 23:38:49 +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-x134.google.com with SMTP id u8so4089460ilq.13 for ; Sun, 05 Feb 2023 14:38:49 -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=9zPsCeUOOW8WnrLzfbeU6rzR6cxI1YDR8E8ZHS2MF1o=; b=ZrSZshJ5moDS0Ya8xmQvL7NitukD6ythDnilWbJGOTct8JRNNiB4wypm47Kdr3oSPC VT+6JhkTPpLQHLfUVwn4aTzNG0Vz855Onm0NGWw9f09+AHqmfpx9wqXNKXqNhw7ZzwzU qmrjjQyC21RLkoTBTetHJcxjuDiQTl3HuqU1g= 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=9zPsCeUOOW8WnrLzfbeU6rzR6cxI1YDR8E8ZHS2MF1o=; b=6OaULigYN0310v2yETI/BvY/bIzt55yBMPh+KAign0NuxLW1Nn6OKpnWlqwLub/Fzv cQk70HEDn8QKhbHacsftKVFPPcHy9jND3JaJxd6K4J5AgkPPxRMTAcYf5waV5nsMxPNP dD6bee5tK+xdwTA5KqZb2ZoXo8L6jOcqeW/LqHGbmaDHlid4Aporn3fx2oe3ecPky75i wzEfo1Rs1b8F4ThZMQo3jSYNFldvlUKgLULx4b3SK8cY+MTpUFlAEV/efSlK+t6AUred Dvt0PsjqqpTEzO/Rvsivf6c7JmauswUyZIZ6wUveIoo7SXZ471b8ciCS4BKB7kdytjvG ovSw== X-Gm-Message-State: AO0yUKVlZv8aIcwuLEP5s08WW/Cy/V1GZtwDtu2rByICEKMitZ/JilbE RPlQYdCu5NFp2H7bKtbk9A8S8c9tZRhQi6A7 X-Google-Smtp-Source: AK7set+vcv9EizVq39WsTBRJ8Vjm0+6rL1qSit4zXHJr85j4Ncy31gFc3EHRHZDYk25KNQwSQbaUzA== X-Received: by 2002:a05:6e02:1c8e:b0:310:fb90:b62d with SMTP id w14-20020a056e021c8e00b00310fb90b62dmr15527859ill.11.1675636727476; Sun, 05 Feb 2023 14:38:47 -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 m40-20020a05663840a800b003b49e7d990asm2856393jam.30.2023.02.05.14.38.46 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Sun, 05 Feb 2023 14:38:47 -0800 (PST) From: Simon Glass To: U-Boot Mailing List Cc: Tom Rini , Simon Glass Subject: [PATCH v2 004/169] boot: Add a Kconfig for SPL_BOOTSTD_FULL Date: Sun, 5 Feb 2023 15:35:50 -0700 Message-Id: <20230205223836.231657-5-sjg@chromium.org> X-Mailer: git-send-email 2.39.1.519.gcb327c4b5f-goog In-Reply-To: <20230205223836.231657-1-sjg@chromium.org> References: <20230205223836.231657-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 is implicitly used in the source and seems useful, so add it. Signed-off-by: Simon Glass --- (no changes since v1) boot/Kconfig | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/boot/Kconfig b/boot/Kconfig index bfe69d98cb7..db6e2709c03 100644 --- a/boot/Kconfig +++ b/boot/Kconfig @@ -408,6 +408,10 @@ config VPL_BOOTSTD boot. It is enabled by default since the main purpose of VPL is to handle the firmware part of VBE. +config SPL_BOOTSTD_FULL + def_bool n # "Enhanced features for standard boot" + depends on BOOTSTD && SPL + if BOOTSTD config BOOTSTD_BOOTCOMMAND -- 2.39.1.519.gcb327c4b5f-goog