diff options
| author | Emmanuel Vadot <[email protected]> | 2017-06-25 09:43:33 +0200 |
|---|---|---|
| committer | Tom Rini <[email protected]> | 2017-07-22 15:36:19 -0400 |
| commit | 47a52cd1e4c2b1e5f205e337bf3e1ae83993b5a4 (patch) | |
| tree | d80eea1d3a6fbc0373333388acce3cd35aec7710 /Makefile | |
| parent | e42f096f78b85eb7077f6ab5505baaa83b41509c (diff) | |
dtc: mkimage: Add the possibility to specify DTC
FreeBSD recently switch to it's BSDL dtc. While it support most of the
features of the GPL one it still lacks the incbin directive.
Add the possibility to specify which dtc we want to use for compiling dts
and generating fit image.
Signed-off-by: Emmanuel Vadot <[email protected]>
Acked-by: Simon Glass <[email protected]>
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -349,7 +349,7 @@ OBJDUMP = $(CROSS_COMPILE)objdump AWK = awk PERL = perl PYTHON ?= python -DTC = dtc +DTC ?= dtc CHECK = sparse CHECKFLAGS := -D__linux__ -Dlinux -D__STDC__ -Dunix -D__unix__ \ |
