Home
last modified time | relevance | path

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

/OK3568_Linux_fs/u-boot/arch/arm/include/asm/arch-rockchip/
H A Dspl_resource_img.h88 int spl_resource_image_check_header(const struct resource_img_hdr *hdr);
/OK3568_Linux_fs/u-boot/arch/arm/mach-rockchip/
H A Dspl_resource_img.c10 int spl_resource_image_check_header(const struct resource_img_hdr *hdr) in spl_resource_image_check_header() function
/OK3568_Linux_fs/u-boot/common/spl/
H A Dspl_rkfw.c430 if (spl_resource_image_check_header(head)) { in rkfw_load_kernel()