Home
last modified time | relevance | path

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

/openbmc/u-boot/arch/arm/include/asm/arch-sunxi/
H A Dspl.h10 #define BOOT0_MAGIC "eGON.BT0" macro
84 #define is_boot0_magic(addr) (memcmp((void *)addr, BOOT0_MAGIC, 8) == 0)
/openbmc/u-boot/tools/
H A Dmksunxiboot.c144 memcpy(img.header.magic, BOOT0_MAGIC, 8); /* no '0' termination */ in main()
/openbmc/qemu/hw/arm/
H A Dallwinner-r40.c205 #define BOOT0_MAGIC "eGON.BT0" macro
240 if (memcmp(head->magic, BOOT0_MAGIC, sizeof(head->magic))) { in allwinner_r40_bootrom_setup()