Home
last modified time | relevance | path

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

/u-boot/tools/
A Drkcommon.c90 struct spl_params { struct
97 static struct spl_params spl_params = { 0 }; argument
150 spl_params.boot_file = strchr(spl_params.init_file, ':'); in rkcommon_check_params()
151 if (spl_params.boot_file) { in rkcommon_check_params()
153 spl_params.boot_file += 1; in rkcommon_check_params()
162 if (spl_params.boot_file) { in rkcommon_check_params()
240 if (spl_params.boot_file) in rkcommon_set_header0()
241 init_boot_size = spl_params.init_size + spl_params.boot_size; in rkcommon_set_header0()
261 spl_params.init_size); in rkcommon_set_header()
441 spl_params.init_size + spl_params.boot_size; in rkcommon_vrec_header()
[all …]

Completed in 2 milliseconds