summaryrefslogtreecommitdiff
path: root/dts
diff options
context:
space:
mode:
authorSimon Glass <sjg@chromium.org>2020-09-11 05:21:27 +0300
committerTom Rini <trini@konsulko.com>2020-10-09 19:02:26 +0300
commit1fa057be4a1b7c9615a47f682bd82951e8a5fde6 (patch)
treede678db65ce0d1c4499938950c0f72bab00f1243 /dts
parenta4c4ecf4c9b8768558a980d842c7db6fe35d570c (diff)
downloadu-boot-1fa057be4a1b7c9615a47f682bd82951e8a5fde6.tar.xz
Kconfig: Create a new tools menu
At present MKIMAGE_DTC_PATH is in the devicetree menu but not within 'devicetree control' since it does not relate to that. As a result it shows up in the top menu. It actually relates to the mkimage tool, so create a new tools menu for it and move it there. Signed-off-by: Simon Glass <sjg@chromium.org>
Diffstat (limited to 'dts')
-rw-r--r--dts/Kconfig9
1 files changed, 0 insertions, 9 deletions
diff --git a/dts/Kconfig b/dts/Kconfig
index 046a54a173..86ea8ce887 100644
--- a/dts/Kconfig
+++ b/dts/Kconfig
@@ -377,12 +377,3 @@ config TPL_OF_PLATDATA
declarations for each node. See of-plat.txt for more information.
endmenu
-
-config MKIMAGE_DTC_PATH
- string "Path to dtc binary for use within mkimage"
- default "dtc"
- help
- The mkimage host tool will, in order to generate FIT images make
- calls to the dtc application in order to create the output. In
- some cases the system dtc may not support all required features
- and the path to a different version should be given here.