Searched refs:atf_cnt (Results 1 – 1 of 1) sorted by relevance
| /OK3568_Linux_fs/u-boot/arch/arm/mach-rockchip/ |
| H A D | make_fit_atf.py | 103 def append_conf_section(file, cnt, dtname, atf_cnt): argument 109 for i in range(1, atf_cnt): 111 if i != (atf_cnt - 1): 125 def append_conf_node(file, dtbs, atf_cnt): argument 134 append_conf_section(file, cnt, dtname, atf_cnt) 170 atf_cnt = i+1 173 append_conf_node(fit_file, dtbs_file_name, atf_cnt)
|