Home
last modified time | relevance | path

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

/openbmc/u-boot/arch/arm/include/asm/arch-sunxi/
H A Dspl.h11 #define SPL_SIGNATURE "SPL" /* marks "sunxi" SPL header */ macro
/openbmc/u-boot/tools/
H A Dmksunxiboot.c150 memcpy(img.header.spl_signature, SPL_SIGNATURE, 3); /* "sunxi" marker */ in main()
/openbmc/u-boot/board/sunxi/
H A Dboard.c303 if (memcmp(spl->spl_signature, SPL_SIGNATURE, 3) != 0) in get_spl_header()