Lines Matching refs:boot_file
163 char *boot_file; member
220 spl_params.boot_file = strchr(spl_params.init_file, ':'); in rkcommon_check_params()
221 if (spl_params.boot_file) { in rkcommon_check_params()
222 *spl_params.boot_file = '\0'; in rkcommon_check_params()
223 spl_params.boot_file += 1; in rkcommon_check_params()
232 if (spl_params.boot_file) { in rkcommon_check_params()
234 rkcommon_get_aligned_size(params, spl_params.boot_file); in rkcommon_check_params()
327 if (spl_params.boot_file) in rkcommon_set_header0()
385 if (spl_params.boot_file) { in rkcommon_set_header()
684 if (spl_params.boot_file) { in rockchip_copy_image()
685 ret = copy_file(params, ifd, spl_params.boot_file, in rockchip_copy_image()