Home
last modified time | relevance | path

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

/u-boot-v2022.01-rc1/arch/arm/mach-k3/
A Dsysfw-loader.c175 struct extboot_header *common_header; in k3_sysfw_configure_using_fit() local
218 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