]> git.baikalelectronics.ru Git - uboot.git/commit
dtc: Switch to building and using our own dtc unless provided
authorTom Rini <trini@konsulko.com>
Sat, 23 Sep 2017 17:00:57 +0000 (13:00 -0400)
committerTom Rini <trini@konsulko.com>
Sun, 24 Sep 2017 11:32:24 +0000 (07:32 -0400)
commit90754b7973c95333cb133581eecf37141d76a7c4
treeefe39b1793fbf439cd6718bf86dfd6b7a68a8c85
parent911f7466f4f1283973d8d6c0dd66a863b16aa84f
dtc: Switch to building and using our own dtc unless provided

This makes us act like the Linux Kernel does and allow for dtc to be
provided externally but otherwise we use the version of dtc that is
included in the sources.  This in turn means that we can drop the
checkdtc logic.  We select DTC in the cases where we will need the dtc
tool provided.

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