Home
last modified time | relevance | path

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

/OK3568_Linux_fs/u-boot/board/gdsys/p1022/
H A Dcontrolcenterd-id.c936 struct key_program *sd_prg = NULL; in first_stage_actions() local
950 sd_prg = load_sd_key_program(); in first_stage_actions()
951 if (sd_prg) { in first_stage_actions()
952 if (hre_run_program(sd_prg->code, sd_prg->code_size)) in first_stage_actions()
963 if (sd_prg) in first_stage_actions()
964 free(sd_prg); in first_stage_actions()