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 26DCAC636CD for ; Sun, 5 Feb 2023 22:58:32 +0000 (UTC) Received: from h2850616.stratoserver.net (localhost [IPv6:::1]) by phobos.denx.de (Postfix) with ESMTP id C558285246; Sun, 5 Feb 2023 23:46:46 +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="TDvRoXxZ"; dkim-atps=neutral Received: by phobos.denx.de (Postfix, from userid 109) id 137B3859A5; Sun, 5 Feb 2023 23:39:18 +0100 (CET) Received: from mail-il1-x132.google.com (mail-il1-x132.google.com [IPv6:2607:f8b0:4864:20::132]) (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 D87448594B for ; Sun, 5 Feb 2023 23:38:54 +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-x132.google.com with SMTP id n2so657119ili.11 for ; Sun, 05 Feb 2023 14:38:54 -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=Eiw3afpQkUI3HDDR4nP2QHMzo9rvL1kqi7vbnr1g/TE=; b=TDvRoXxZvtXCeUfgN+AVtMKWYrfPZS0sCW8H+YbWqtfB2iLyJdRIJZTRbd9b5nOr6r cc1jdIbjp6q4ePpXenI4plxWToEVPJRONX7A6i+VJu/UkxatK0/7yIKqGhDCPlbe/iXe x35vraNXmpWxExeQ48zDTixtBYE9IyFknhn0g= 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=Eiw3afpQkUI3HDDR4nP2QHMzo9rvL1kqi7vbnr1g/TE=; b=nW/gg5MXMZvP2tpnJilXp3Xe0SZA1sjjwC0ETDR6BQsNGZzfthNeaSBSFgQRDMNdED 8WJVRHJ4/FnfnNYbs/fo1cnRAX053JDkthBt8KgRxyU3N1ilZuS7JDEkQ3XSQC7jTCfi OtC98anBdcz//8veZVB+jXdMYjXXKCxuZCZTG1qKCsByKcoa0hAWUlttOreJSzddRfIU /20zwtZYCKweN+QormirdbxuMpijOekBgT1wV9NOqgVXqaRAEvzNsLpCGKMG29Mb5hle nse+Ydx3ZFZjI8eXeDvlnydm2M2DHZJbe/TQFgOFCJGmBIC7gPVp4QqO1M8paNIn+pR2 J7Sw== X-Gm-Message-State: AO0yUKUOuDE+F5j4z1TISAhO8tmb4hqldiOwWI/hLYM2JqyzMypNwOoo ICaelujX8SGtlaNskpDhIytWyQszqvePTtN/ X-Google-Smtp-Source: AK7set/gjDlyDZz/LteAI+RN1Xibdgc7FObchDnr7omFJMmgBSmKI3y/GvUBLu4eDVIhRoWrXNUjyQ== X-Received: by 2002:a05:6e02:1d84:b0:313:8e80:a4e3 with SMTP id h4-20020a056e021d8400b003138e80a4e3mr13706224ila.10.1675636733506; Sun, 05 Feb 2023 14:38:53 -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.52 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Sun, 05 Feb 2023 14:38:53 -0800 (PST) From: Simon Glass To: U-Boot Mailing List Cc: Tom Rini , Simon Glass Subject: [PATCH v2 010/169] boot: Add a Kconfig for SPL_OF_LIVE Date: Sun, 5 Feb 2023 15:35:56 -0700 Message-Id: <20230205223836.231657-11-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) dts/Kconfig | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/dts/Kconfig b/dts/Kconfig index 44cc6bf1f6f..bb63eda9c40 100644 --- a/dts/Kconfig +++ b/dts/Kconfig @@ -85,6 +85,10 @@ config OF_LIVE enables a live tree which is available after relocation, and can be adjusted as needed. +config SPL_OF_LIVE + def_bool n # Enable use of a live tree (SPL) + depends on SPL_DM && SPL_OF_CONTROL + choice prompt "Provider of DTB for DT control" depends on OF_CONTROL -- 2.39.1.519.gcb327c4b5f-goog