projects
/
oweals
/
u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
73223f0
)
fdt: Adjust DEFAULT_DEVICE_TREE to device on OF_CONTROL
author
Simon Glass
<sjg@chromium.org>
Tue, 23 Feb 2016 05:55:44 +0000
(22:55 -0700)
committer
Tom Rini
<trini@konsulko.com>
Mon, 14 Mar 2016 23:18:25 +0000
(19:18 -0400)
This option has no meaning without OF_CONTROL, so add a dependency.
Signed-off-by: Simon Glass <sjg@chromium.org>
dts/Kconfig
patch
|
blob
|
history
diff --git
a/dts/Kconfig
b/dts/Kconfig
index d639be9a078e3edc0c49091576ebc3f761c441f8..df068a1f930e1a069981cd46ee890e6175fa4fb8 100644
(file)
--- 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: