diff options
author | Masahiro Yamada <yamada.m@jp.panasonic.com> | 2014-09-22 19:59:06 +0900 |
---|---|---|
committer | Tom Rini <trini@ti.com> | 2014-09-25 09:31:24 -0400 |
commit | f1ef2b62339526df3b921bcfefd174ce76d4c624 (patch) | |
tree | eea51713ae6da779e11cc6f1c00af5f51febe35f /dts | |
parent | 783e6a72b8278d59854ced41a4696c9a14abbb0b (diff) |
kconfig: move CONFIG_DEFAULT_DEVICE_TREE to kconfig
This option specifies the default Device Tree used for the run-time
configuration of U-Boot.
Signed-off-by: Masahiro Yamada <yamada.m@jp.panasonic.com>
Cc: Simon Glass <sjg@chromium.org>
Cc: Stephen Warren <swarren@nvidia.com>
Cc: Minkyu Kang <mk7.kang@samsung.com>
Cc: Michal Simek <michal.simek@xilinx.com>
Diffstat (limited to 'dts')
-rw-r--r-- | dts/Kconfig | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/dts/Kconfig b/dts/Kconfig index 20be5567774..83ba7a6e981 100644 --- a/dts/Kconfig +++ b/dts/Kconfig @@ -45,4 +45,11 @@ config OF_HOSTFILE endchoice +config DEFAULT_DEVICE_TREE + string "Default Device Tree for DT control" + help + This option specifies the default Device Tree used for DT control. + It can be overrided from the command line: + $ make DEVICE_TREE=<device-tree-name> + endmenu |