Home
last modified time | relevance | path

Searched defs:boot_file_head (Results 1 – 1 of 1) sorted by relevance

/external/u-boot/arch/arm/include/asm/arch-sunxi/
Dspl.h27 struct boot_file_head { struct
28 uint32_t b_instruction; /* one intruction jumping to real code */
29 uint8_t magic[8]; /* ="eGON.BT0" or "eGON.BT1", not C-style str */
30 uint32_t check_sum; /* generated by PC */
31 uint32_t length; /* generated by PC */
48 union {
52 uint32_t fel_script_address;
76 typedef char boot_file_head_not_multiple_of_32[1 - 2*(sizeof(struct boot_file_head) % 32)]; argument