Home
last modified time | relevance | path

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

/external/u-boot/tools/
Drkcommon.h16 RK_SPL_HDR_SIZE = 4, enumerator
17 RK_SPL_START = RK_SPL_HDR_START + RK_SPL_HDR_SIZE,
Drkimage.c19 RK_SPL_HDR_SIZE); in rkimage_set_header()
Drkcommon.c199 memcpy(&hdr->magic, rkcommon_get_spl_hdr(params), RK_SPL_HDR_SIZE); in rkcommon_set_header()