From: Bin Meng <bmeng.cn@gmail.com>
To: u-boot@lists.denx.de
Subject: [PATCH] tools: kconfig: Use scripts/dtc for the MKIMAGE_DTC_PATH
Date: Sun, 20 Dec 2020 21:21:36 +0800 [thread overview]
Message-ID: <20201220132136.2195-1-bmeng.cn@gmail.com> (raw)
Use the dtc executable generated during the U-Boot build process for
mkimage. This removes the build dependency on the external dtc.
Signed-off-by: Bin Meng <bmeng.cn@gmail.com>
---
tools/Kconfig | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/tools/Kconfig b/tools/Kconfig
index b2f5012240..366a9f5f81 100644
--- a/tools/Kconfig
+++ b/tools/Kconfig
@@ -2,7 +2,7 @@ menu "Tools options"
config MKIMAGE_DTC_PATH
string "Path to dtc binary for use within mkimage"
- default "dtc"
+ default "scripts/dtc/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
--
2.25.1
next reply other threads:[~2020-12-20 13:21 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2020-12-20 13:21 Bin Meng [this message]
2021-01-06 12:39 ` [PATCH] tools: kconfig: Use scripts/dtc for the MKIMAGE_DTC_PATH Bin Meng
2021-01-06 13:23 ` Tom Rini
2021-01-06 13:51 ` Bin Meng
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20201220132136.2195-1-bmeng.cn@gmail.com \
--to=bmeng.cn@gmail.com \
--cc=u-boot@lists.denx.de \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox