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

  /external/u-boot/arch/arm/include/asm/arch-sunxi/
spl.h 10 #define BOOT0_MAGIC "eGON.BT0"
78 #define is_boot0_magic(addr) (memcmp((void *)addr, BOOT0_MAGIC, 8) == 0)
  /external/u-boot/tools/
mksunxiboot.c 144 memcpy(img.header.magic, BOOT0_MAGIC, 8); /* no '0' termination */

Completed in 337 milliseconds