Home
last modified time | relevance | path

Searched refs:dtname (Results 1 – 2 of 2) sorted by relevance

/external/u-boot/board/sunxi/
Dmksunxi_fit_atf.sh44 for dtname in $*
48 description = "$(basename $dtname .dtb)";
49 data = /incbin/("$dtname");
65 for dtname in $*
69 description = "$(basename $dtname .dtb)";
/external/u-boot/arch/arm/mach-rockchip/
Dmake_fit_atf.py80 dtname = os.path.basename(dtb)
82 print >> file, '\t\t\tdescription = "%s";' % dtname
90 def append_conf_section(file, cnt, dtname, atf_cnt): argument
92 print >> file, '\t\t\tdescription = "%s";' % dtname
113 dtname = os.path.basename(dtb)
114 append_conf_section(file, cnt, dtname, atf_cnt)