]> git.ipfire.org Git - thirdparty/u-boot.git/commitdiff
dts: Disallow OF_UPSTREAM for sandbox
authorTom Rini <trini@konsulko.com>
Mon, 23 Mar 2026 19:52:44 +0000 (13:52 -0600)
committerTom Rini <trini@konsulko.com>
Tue, 7 Apr 2026 17:32:23 +0000 (11:32 -0600)
Our sandbox platform are not appropriate for OF_UPSTREAM, reflect this in
Kconfig.

Signed-off-by: Tom Rini <trini@konsulko.com>
dts/Kconfig

index af8d30b45ab92fc6283bb0daecdfc4e0f19a4ace..169abe607837cc93ab3bc0c9713956146e47c371 100644 (file)
@@ -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