Searched refs:boot_file (Results 1 - 1 of 1) sorted by relevance

/u-boot/tools/
H A Drkcommon.c146 * @boot_file: Boot data file path
153 char *boot_file; member in struct:spl_params
210 spl_params.boot_file = strchr(spl_params.init_file, ':');
211 if (spl_params.boot_file) {
212 *spl_params.boot_file = '\0';
213 spl_params.boot_file += 1;
222 if (spl_params.boot_file) {
223 size = rkcommon_get_aligned_size(params, spl_params.boot_file);
315 if (spl_params.boot_file)
375 if (spl_params.boot_file) {
[all...]

Completed in 37 milliseconds