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

/u-boot/tools/
H A Drkcommon.c142 * struct spl_params - spl params parsed in check_params()
150 struct spl_params { struct
157 static struct spl_params spl_params = { 0 }; variable in typeref:struct:spl_params
208 spl_params.init_file = params->datafile;
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
[all...]

Completed in 44 milliseconds