]> git.dujemihanovic.xyz Git - u-boot.git/commit
Kconfig: Create a new tools menu
authorSimon Glass <sjg@chromium.org>
Fri, 11 Sep 2020 02:21:27 +0000 (20:21 -0600)
committerTom Rini <trini@konsulko.com>
Fri, 9 Oct 2020 16:02:26 +0000 (12:02 -0400)
commit1fa057be4a1b7c9615a47f682bd82951e8a5fde6
treede678db65ce0d1c4499938950c0f72bab00f1243
parenta4c4ecf4c9b8768558a980d842c7db6fe35d570c
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>
Kconfig
dts/Kconfig
tools/Kconfig [new file with mode: 0644]