Lines Matching refs:get
69 init_usb = u_boot_console.config.env.get('env__net_uses_usb', False)
73 init_pci = u_boot_console.config.env.get('env__net_uses_pci', False)
85 test_dhcp = u_boot_console.config.env.get('env__net_dhcp_server', False)
104 env_vars = u_boot_console.config.env.get('env__net_static_env_vars', None)
143 f = u_boot_console.config.env.get('env__net_tftp_readable_file', None)
147 addr = f.get('addr', None)
155 sz = f.get('size', None)
160 expected_crc = f.get('crc32', None)
164 if u_boot_console.config.buildconfig.get('config_cmd_crc32', 'n') != 'y':
184 f = u_boot_console.config.env.get('env__net_nfs_readable_file', None)
188 addr = f.get('addr', None)
195 sz = f.get('size', None)
200 expected_crc = f.get('crc32', None)
204 if u_boot_console.config.buildconfig.get('config_cmd_crc32', 'n') != 'y':