[U-Boot] [PATCH 11/26] fdt: Adjust DEFAULT_DEVICE_TREE to device on OF_CONTROL
Simon Glass
sjg at chromium.org
Thu Jan 28 17:39:31 CET 2016
This option has no meaning without OF_CONTROL, so add a dependency.
Signed-off-by: Simon Glass <sjg at chromium.org>
---
dts/Kconfig | 1 +
1 file changed, 1 insertion(+)
diff --git a/dts/Kconfig b/dts/Kconfig
index fb2d79e..ba83d5f 100644
--- a/dts/Kconfig
+++ b/dts/Kconfig
@@ -53,6 +53,7 @@ endchoice
config DEFAULT_DEVICE_TREE
string "Default Device Tree for DT control"
+ depends on OF_CONTROL
help
This option specifies the default Device Tree used for DT control.
It can be overridden from the command line:
--
2.7.0.rc3.207.g0ac5344
More information about the U-Boot
mailing list