Home
last modified time | relevance | path

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

/OK3568_Linux_fs/u-boot/tools/
H A Dmksunxiboot.c151 memcpy(img.header.spl_signature, SPL_SIGNATURE, 3); /* "sunxi" marker */ in main()
152 img.header.spl_signature[3] = SPL_HEADER_VERSION; in main()
/OK3568_Linux_fs/u-boot/arch/arm/include/asm/arch-sunxi/
H A Dspl.h51 uint8_t spl_signature[4]; member
/OK3568_Linux_fs/u-boot/board/sunxi/
H A Dboard.c655 if (memcmp(spl->spl_signature, SPL_SIGNATURE, 3) != 0) in parse_spl_header()
658 uint8_t spl_header_version = spl->spl_signature[3]; in parse_spl_header()