Home
last modified time | relevance | path

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

/rk3399_rockchip-uboot/tools/
H A Drkcommon.c160 struct spl_params { struct
167 static struct spl_params spl_params = { 0 }; argument
218 spl_params.init_file = params->datafile; in rkcommon_check_params()
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()
226 spl_params.init_size = in rkcommon_check_params()
227 rkcommon_get_aligned_size(params, spl_params.init_file); in rkcommon_check_params()
228 if (spl_params.init_size < 0) in rkcommon_check_params()
[all …]