commit | 0e17fc7291c5d8093d6e4318912de2b82ec28ee7 | [log] [tgz] |
---|---|---|
author | Tom Rini <trini@konsulko.com> | Sat Sep 23 23:14:33 2017 -0400 |
committer | Tom Rini <trini@konsulko.com> | Sun Sep 24 07:33:03 2017 -0400 |
tree | adfea6d93ee1378a71fed7596562da3ce975c359 | |
parent | 61d0fac831879cb52eebb0ea1175d9b3d92f3666 [diff] |
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>