[PATCH] tools: kconfig: Use scripts/dtc for the MKIMAGE_DTC_PATH

Tom Rini trini at konsulko.com
Wed Jan 6 14:23:59 CET 2021


On Wed, Jan 06, 2021 at 08:39:56PM +0800, Bin Meng wrote:
> On Sun, Dec 20, 2020 at 9:21 PM Bin Meng <bmeng.cn at gmail.com> wrote:
> >
> > 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 at gmail.com>
> > ---
> >
> >  tools/Kconfig | 2 +-
> >  1 file changed, 1 insertion(+), 1 deletion(-)
> >
> 
> Ping?

OK.  I _think_ this is wrong.  This changes the compiled in path to
"dtc" that mkimage will have.  We don't want the system-wide installed
"mkimage" tool to call out to "scripts/dtc/dtc", but either "dtc" (so
that normal PATH parsing works) or possibly a less-obvious path to the
system-wide dtc (based on my commit message about FreeBSD having it in
some other location).

-- 
Tom
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 659 bytes
Desc: not available
URL: <https://lists.denx.de/pipermail/u-boot/attachments/20210106/1cc926b5/attachment.sig>


More information about the U-Boot mailing list