Home
last modified time | relevance | path

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

/openbmc/u-boot/arch/arm/include/asm/arch-sunxi/
H A Dspl.h84 #define is_boot0_magic(addr) (memcmp((void *)addr, BOOT0_MAGIC, 8) == 0) macro
/openbmc/u-boot/arch/arm/mach-sunxi/
H A Dboard.c237 if (!is_boot0_magic(SPL_ADDR + 4)) /* eGON.BT0 */ in sunxi_get_boot_device()