mirror of
https://source.denx.de/u-boot/u-boot.git
synced 2026-05-05 04:36:13 +02:00
dts: Disallow OF_UPSTREAM for sandbox
Our sandbox platform are not appropriate for OF_UPSTREAM, reflect this in Kconfig. Signed-off-by: Tom Rini <trini@konsulko.com>
This commit is contained in:
parent
67e72e9686
commit
7396dca405
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user