[PATCH] dts: Disallow OF_UPSTREAM for sandbox
Tom Rini
trini at konsulko.com
Mon Mar 23 20:52:44 CET 2026
Our sandbox platform are not appropriate for OF_UPSTREAM, reflect this in
Kconfig.
Signed-off-by: Tom Rini <trini at 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
More information about the U-Boot
mailing list