Searched refs:DTC (Results 1 - 4 of 4) sorted by relevance

/u-boot/dts/upstream/
H A DMakefile2 DTC ?= dtc macro
136 quiet_cmd_dtc = DTC $@
138 $(DTC) -O dtb -o $@ -b 0 \
/u-boot/test/
H A Drun79 export DTC=${DTC_DIR}/dtc
/u-boot/drivers/pinctrl/tegra/
H A Dpinmux-tegra20.c299 PIN(DTC, RSVD1, RSVD2, VI, RSVD4),
/u-boot/
H A DMakefile417 # The devicetree compiler and pylibfdt are automatically built unless DTC is
418 # provided. If DTC is provided, it is assumed the pylibfdt is available too.
420 DTC ?= $(DTC_INTREE) macro
468 export HOSTCXX KBUILD_HOSTCXXFLAGS CHECK CHECKFLAGS DTC DTC_FLAGS
2046 # Check dtc and pylibfdt, if DTC is provided, else build them
2049 $(Q)if test "$(DTC)" = "$(DTC_INTREE)"; then \
2052 if ! $(DTC) -v >/dev/null; then \
2053 echo '*** Failed to check dtc version: $(DTC)'; \

Completed in 177 milliseconds