[PATCH] dts: Set a default value for DEFAULT_DEVICE_TREE for SANDBOX
Tom Rini
trini at konsulko.com
Wed Oct 1 22:30:32 CEST 2025
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 at konsulko.com>
---
dts/Kconfig | 1 +
1 file changed, 1 insertion(+)
diff --git a/dts/Kconfig b/dts/Kconfig
index c8bc5232f9b7..4e2622d48d04 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:
--
2.43.0
More information about the U-Boot
mailing list