From: Tom Rini <trini@konsulko.com>
To: u-boot@lists.denx.de
Subject: [PATCH] dts: Disallow OF_UPSTREAM for sandbox
Date: Mon, 23 Mar 2026 13:52:44 -0600 [thread overview]
Message-ID: <20260323195244.2363402-1-trini@konsulko.com> (raw)
Our sandbox platform are not appropriate for OF_UPSTREAM, reflect this in
Kconfig.
Signed-off-by: Tom Rini <trini@konsulko.com>
---
dts/Kconfig | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dts/Kconfig b/dts/Kconfig
index af8d30b45ab9..169abe607837 100644
--- a/dts/Kconfig
+++ b/dts/Kconfig
@@ -88,7 +88,7 @@ config OF_LIVE
config OF_UPSTREAM
bool "Enable use of devicetree imported from Linux kernel release"
- depends on !COMPILE_TEST
+ depends on !COMPILE_TEST && !SANDBOX
help
Traditionally, U-Boot platforms used to have their custom devicetree
files or copy devicetree files from Linux kernel which are hard to
--
2.43.0
next reply other threads:[~2026-03-23 19:52 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2026-03-23 19:52 Tom Rini [this message]
2026-04-07 19:50 ` [PATCH] dts: Disallow OF_UPSTREAM for sandbox Tom Rini
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20260323195244.2363402-1-trini@konsulko.com \
--to=trini@konsulko.com \
--cc=u-boot@lists.denx.de \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox