diff options
| author | Tom Rini <[email protected]> | 2026-03-23 13:52:44 -0600 |
|---|---|---|
| committer | Tom Rini <[email protected]> | 2026-04-07 11:32:23 -0600 |
| commit | 7396dca4053c87d12a0a27bc0359df7cc8401e91 (patch) | |
| tree | 3dcbe16df12879ba89a999dfd246b06280443ea7 /dts | |
| parent | 67e72e9686e702b85c38f62e4fc02f8efe3ffe82 (diff) | |
dts: Disallow OF_UPSTREAM for sandbox
Our sandbox platform are not appropriate for OF_UPSTREAM, reflect this in
Kconfig.
Signed-off-by: Tom Rini <[email protected]>
Diffstat (limited to 'dts')
| -rw-r--r-- | dts/Kconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dts/Kconfig b/dts/Kconfig index af8d30b45ab..169abe60783 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 |
