]> git.baikalelectronics.ru Git - uboot.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)
commit3272dd3ef996707c367c7a3aae15bf1d8211c8eb
treeadfea6d93ee1378a71fed7596562da3ce975c359
parent90754b7973c95333cb133581eecf37141d76a7c4
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