Home
last modified time | relevance | path

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

/OK3568_Linux_fs/u-boot/include/
H A Dandroid_bootloader_message.h122 #define ANDROID_BOOT_CTRL_MAGIC 0x42414342 /* Bootloader Control AB */ macro
/OK3568_Linux_fs/u-boot/common/
H A Dandroid_ab.c45 abc->magic = ANDROID_BOOT_CTRL_MAGIC; in android_boot_control_default()
183 if (abc->magic != ANDROID_BOOT_CTRL_MAGIC) { in android_ab_select()