]> git.baikalelectronics.ru Git - uboot.git/commit
dtoc: Allow DTC environment variable to provide path to dtc
authorSimon Glass <sjg@chromium.org>
Sun, 24 Dec 2017 19:12:07 +0000 (12:12 -0700)
committerSimon Glass <sjg@chromium.org>
Tue, 16 Jan 2018 01:29:21 +0000 (18:29 -0700)
commit982984a56457b84e550df886d276519c026c4390
tree1c8b8a10fd05cdca8e54a5f55237f48a88390598
parent88029fa8a5fa6c6cd5db11b092b964beed25fb88
dtoc: Allow DTC environment variable to provide path to dtc

The system device-tree compiler may not be new enough to run the tests we
use in U-Boot (e.g. with binman). Allow use of a DTC environment variable
to point to the correct dtc. If not defined, the dtc on the default PATH
is used.

Signed-off-by: Simon Glass <sjg@chromium.org>
tools/binman/README
tools/dtoc/fdt_util.py