Searched refs:common_header (Results 1 – 1 of 1) sorted by relevance
175 struct extboot_header *common_header; in k3_sysfw_configure_using_fit() local218 common_header = (struct extboot_header *)buf; in k3_sysfw_configure_using_fit()221 if (strcmp((char *)common_header->magic, "EXTBOOT")) in k3_sysfw_configure_using_fit()225 strcpy((char *)common_header->magic, "EXTBOOT"); in k3_sysfw_configure_using_fit()226 common_header->num_comps = 1; in k3_sysfw_configure_using_fit()228 comp = &common_header->comps[0]; in k3_sysfw_configure_using_fit()
Completed in 3 milliseconds