Home
last modified time | relevance | path

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

/rk3399_rockchip-uboot/cmd/
H A Dconfig.c14 static int do_config(cmd_tbl_t *cmdtp, int flag, int argc, char * const argv[]) in do_config() function
41 config, 1, 1, do_config,
/rk3399_rockchip-uboot/tools/buildman/
H A Dbuilderthread.py113 def RunCommit(self, commit_upto, brd, work_dir, do_config, config_only, argument
224 if do_config:
233 do_config = False # No need to configure next time
251 return result, do_config
404 do_config = True
409 work_dir, do_config, self.builder.config_only,
413 did_config = do_config
414 if failed and not do_config:
422 do_config = request_config
446 do_config = True
[all …]