Searched refs:do_config (Results 1 – 2 of 2) sorted by relevance
/external/u-boot/tools/buildman/ |
D | builderthread.py | 116 def RunCommit(self, commit_upto, brd, work_dir, do_config, config_only, argument 229 if do_config: 238 do_config = False # No need to configure next time 256 return result, do_config 419 do_config = True 424 work_dir, do_config, self.builder.config_only, 428 did_config = do_config 429 if failed and not do_config: 437 do_config = request_config 461 do_config = True [all …]
|
/external/u-boot/cmd/ |
D | config.c | 13 static int do_config(cmd_tbl_t *cmdtp, int flag, int argc, char * const argv[]) in do_config() function 40 config, 1, 1, do_config,
|