Searched refs:is_boot0_magic (Results 1 – 2 of 2) sorted by relevance
78 #define is_boot0_magic(addr) (memcmp((void *)addr, BOOT0_MAGIC, 8) == 0) macro
233 if (!is_boot0_magic(SPL_ADDR + 4)) /* eGON.BT0 */ in sunxi_get_boot_device()