Searched refs:num_roots (Results 1 – 1 of 1) sorted by relevance
| /rk3399_rockchip-uboot/scripts/ |
| H A D | avbtool.py | 4030 def calc_fec_data_size(image_size, num_roots): argument 4045 ['fec', '--print-fec-size', str(image_size), '--roots', str(num_roots)], 4055 def generate_fec_data(image_filename, num_roots): argument 4071 ['fec', '--encode', '--roots', str(num_roots), image_filename, 4081 (magic, _, _, num_roots, fec_size, _, _) = struct.unpack(FEC_FOOTER_FORMAT,
|