]> git.ipfire.org Git - people/ms/u-boot.git/commit
tools/mkimage: Make the path to the dtc binary that mkimage calls configurable
authorTom Rini <trini@konsulko.com>
Sun, 24 Sep 2017 03:14:33 +0000 (23:14 -0400)
committerTom Rini <trini@konsulko.com>
Sun, 24 Sep 2017 11:33:03 +0000 (07:33 -0400)
commit1f6049e2501b5c35c61435dbc05ba96743202674
treeadfea6d93ee1378a71fed7596562da3ce975c359
parent36dd5f1b8abcd0aa5f8490b3ef1e4e7ecce2eb8c
tools/mkimage: Make the path to the dtc binary that mkimage calls configurable

In some cases, such as FreeBSD, the path to an alternative dtc needs to
be used.  Rather than override the one given in the Makefile on the
command line, make this part of the build configuration.

Signed-off-by: Tom Rini <trini@konsulko.com>
dts/Kconfig
tools/Makefile