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

  /external/u-boot/arch/arm/include/asm/arch-sunxi/
spl.h 78 #define is_boot0_magic(addr) (memcmp((void *)addr, BOOT0_MAGIC, 8) == 0) macro
  /external/u-boot/arch/arm/mach-sunxi/
board.c 233 if (!is_boot0_magic(SPL_ADDR + 4)) /* eGON.BT0 */

Completed in 92 milliseconds