Home
last modified time | relevance | path

Searched refs:BOOT0_MAGIC (Results 1 – 2 of 2) sorted by relevance

/OK3568_Linux_fs/u-boot/arch/arm/include/asm/arch-sunxi/
H A Dspl.h11 #define BOOT0_MAGIC "eGON.BT0" macro
79 #define is_boot0_magic(addr) (memcmp((void *)addr, BOOT0_MAGIC, 8) == 0)
/OK3568_Linux_fs/u-boot/tools/
H A Dmksunxiboot.c145 memcpy(img.header.magic, BOOT0_MAGIC, 8); /* no '0' termination */ in main()