Searched refs:boot_file (Results 1 – 3 of 3) sorted by relevance
93 char *boot_file; member150 spl_params.boot_file = strchr(spl_params.init_file, ':'); in rkcommon_check_params()151 if (spl_params.boot_file) { in rkcommon_check_params()152 *spl_params.boot_file = '\0'; in rkcommon_check_params()153 spl_params.boot_file += 1; in rkcommon_check_params()162 if (spl_params.boot_file) { in rkcommon_check_params()163 size = rkcommon_get_aligned_size(params, spl_params.boot_file); in rkcommon_check_params()240 if (spl_params.boot_file) in rkcommon_set_header0()263 if (spl_params.boot_file) { in rkcommon_set_header()534 if (spl_params.boot_file) { in rockchip_copy_image()[all …]
14 ./tools/mkimage -l <u-boot_file>
20 ./tools/mkimage -l <mx u-boot_file>
Completed in 4 milliseconds