diff options
| author | Tom Rini <[email protected]> | 2025-10-01 14:30:32 -0600 |
|---|---|---|
| committer | Tom Rini <[email protected]> | 2025-10-10 10:27:04 -0600 |
| commit | 3da6f00af38c7db9c28ca455ad72f552fdaf7713 (patch) | |
| tree | cd87121a5542f5613e3f300cca24232d10cb2dd0 /dts | |
| parent | 1d34d80881c4bc60a158c31c718abc23b3835423 (diff) | |
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 <[email protected]>
Diffstat (limited to 'dts')
| -rw-r--r-- | dts/Kconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/dts/Kconfig b/dts/Kconfig index c8bc5232f9b..4e2622d48d0 100644 --- a/dts/Kconfig +++ b/dts/Kconfig @@ -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: |
