Home
last modified time | relevance | path

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

/external/u-boot/arch/arm/mach-rockchip/
Dmake_fit_atf.py90 def append_conf_section(file, cnt, dtname, atf_cnt): argument
95 for i in range(1, atf_cnt):
97 if i != (atf_cnt - 1):
105 def append_conf_node(file, dtbs, atf_cnt): argument
114 append_conf_section(file, cnt, dtname, atf_cnt)
150 atf_cnt = i+1
153 append_conf_node(fit_file, dtbs_file_name, atf_cnt)