Searched refs:SETUP_SIGNATURE (Results 1 – 2 of 2) sorted by relevance
/hardware/intel/bootstub/ | ||
D | bootstub.h | 48 #define SETUP_SIGNATURE 0x5a5aaa55 macro |
D | bootstub.c | 203 if (*(u32 *)ptr == SETUP_SIGNATURE && *(u32 *)(ptr+4) == 0) in bzImage_setup() |