Home
last modified time | relevance | path

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

/openbmc/u-boot/include/
H A Dandroid_image.h16 #define ANDR_BOOT_MAGIC "ANDROID!" macro
/openbmc/u-boot/common/
H A Dimage-android.c105 return memcmp(ANDR_BOOT_MAGIC, hdr->magic, ANDR_BOOT_MAGIC_SIZE); in android_image_check_header()