Home
last modified time | relevance | path

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

/OK3568_Linux_fs/u-boot/tools/
H A Drkimage.c19 memcpy(buf + RK_SPL_HDR_START, rkcommon_get_spl_hdr(params), in rkimage_set_header()
H A Drkcommon.h33 const char *rkcommon_get_spl_hdr(struct image_tool_params *params);
H A Drkcommon.c256 const char *rkcommon_get_spl_hdr(struct image_tool_params *params) in rkcommon_get_spl_hdr() function
341 printf("Image Type: Rockchip %s boot image\n", rkcommon_get_spl_hdr(params)); in rkcommon_set_header0_v2()
375 memcpy(&hdr->magic, rkcommon_get_spl_hdr(params), RK_SPL_HDR_SIZE); in rkcommon_set_header()