Home
last modified time | relevance | path

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

/openbmc/u-boot/tools/
H A Drkcommon.c62 struct spl_info { struct
218 struct spl_info **spl_info) in rkcommon_parse_header() argument
224 if (spl_info) in rkcommon_parse_header()
225 *spl_info = NULL; in rkcommon_parse_header()
248 if (spl_info) in rkcommon_parse_header()
249 *spl_info = &spl_infos[i]; in rkcommon_parse_header()
252 if (spl_info) in rkcommon_parse_header()
253 *spl_info = &spl_infos[i]; in rkcommon_parse_header()
265 struct spl_info *img_spl_info, *spl_info; in rkcommon_verify_header() local
295 struct spl_info *spl_info; in rkcommon_print_header() local
[all …]