Lines Matching refs:boot_file
159 char *boot_file; member
216 spl_params.boot_file = strchr(spl_params.init_file, ':'); in rkcommon_check_params()
217 if (spl_params.boot_file) { in rkcommon_check_params()
218 *spl_params.boot_file = '\0'; in rkcommon_check_params()
219 spl_params.boot_file += 1; in rkcommon_check_params()
228 if (spl_params.boot_file) { in rkcommon_check_params()
230 rkcommon_get_aligned_size(params, spl_params.boot_file); in rkcommon_check_params()
323 if (spl_params.boot_file) in rkcommon_set_header0()
381 if (spl_params.boot_file) { in rkcommon_set_header()
680 if (spl_params.boot_file) { in rockchip_copy_image()
681 ret = copy_file(params, ifd, spl_params.boot_file, in rockchip_copy_image()