Searched refs:DEVICE_TREE (Results 1 - 6 of 6) sorted by relevance

/u-boot/board/xilinx/zynq/
H A DMakefile15 DEVICE_TREE ?= $(CONFIG_DEFAULT_DEVICE_TREE:"%"=%) macro
16 ifeq ($(DEVICE_TREE),)
17 DEVICE_TREE := unset macro
21 hw-platform-y :=$(shell echo $(DEVICE_TREE))
/u-boot/board/xilinx/zynqmp/
H A DMakefile15 DEVICE_TREE ?= $(CONFIG_DEFAULT_DEVICE_TREE:"%"=%) macro
16 ifeq ($(DEVICE_TREE),)
17 DEVICE_TREE := unset macro
21 hw-platform-y :=$(shell echo $(DEVICE_TREE))
/u-boot/dts/
H A DMakefile8 DEVICE_TREE ?= $(CONFIG_DEFAULT_DEVICE_TREE:"%"=%) macro
9 ifeq ($(DEVICE_TREE),)
10 DEVICE_TREE := unset macro
26 DTB := $(dt_dir)/$(DEVICE_TREE).dtb
48 echo >&2 "or build with 'DEVICE_TREE=<device_tree>' argument"; \
/u-boot/arch/arm/mach-zynqmp/
H A Dmkimage_fit_atf.sh44 DT=arch/arm/dts/${DEVICE_TREE}.dtb
187 [ "x$(basename $dtname .dtb)" = "x${DEVICE_TREE}" ] && DEFAULT=$cnt
/u-boot/board/xilinx/common/
H A Dboard.c517 static char *board_name = DEVICE_TREE;
/u-boot/
H A DMakefile1370 default_dt := $(if $(DEVICE_TREE),$(DEVICE_TREE),$(CONFIG_DEFAULT_DEVICE_TREE))
1425 $(patsubst %,-b $(dt_dir)/%.dtb,$(subst ",,$(DEVICE_TREE))) \
2006 (if test -n "$${DEVICE_TREE}"; then \
2007 echo \#define DEVICE_TREE \"$(DEVICE_TREE)\"; \
2009 echo \#define DEVICE_TREE CONFIG_DEFAULT_DEVICE_TREE; \

Completed in 292 milliseconds