mirror of
https://source.denx.de/u-boot/u-boot.git
synced 2026-06-02 09:46:37 +03:00
dts: Set a default value for DEFAULT_DEVICE_TREE for SANDBOX
As part of building with "allyesconfig" we need to have the correct default value for the sandbox architecture provided here. Signed-off-by: Tom Rini <trini@konsulko.com>
This commit is contained in:
@@ -215,6 +215,7 @@ config OF_OMIT_DTB
|
||||
config DEFAULT_DEVICE_TREE
|
||||
string "Default Device Tree for DT control"
|
||||
depends on OF_CONTROL
|
||||
default "sandbox" if SANDBOX
|
||||
help
|
||||
This option specifies the default Device Tree used for DT control.
|
||||
It can be overridden from the command line:
|
||||
|
||||
Reference in New Issue
Block a user