HomeSort by relevance Sort by last modified time
    Searched refs:SPL_SIGNATURE (Results 1 - 3 of 3) sorted by null

  /external/u-boot/arch/arm/include/asm/arch-sunxi/
spl.h 11 #define SPL_SIGNATURE "SPL" /* marks "sunxi" SPL header */
50 uint8_t spl_signature[4]; member in union:boot_file_head::__anon46719
  /external/u-boot/tools/
mksunxiboot.c 150 memcpy(img.header.spl_signature, SPL_SIGNATURE, 3); /* "sunxi" marker */
151 img.header.spl_signature[3] = SPL_HEADER_VERSION;
  /external/u-boot/board/sunxi/
board.c 660 if (memcmp(spl->spl_signature, SPL_SIGNATURE, 3) != 0)
663 uint8_t spl_header_version = spl->spl_signature[3];

Completed in 318 milliseconds