Home
last modified time | relevance | path

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

/u-boot/env/
A Dflash.c78 uchar flag2 = flash_addr_new->flags; in env_flash_init() local
98 flag2 == ENV_REDUND_OBSOLETE) { in env_flash_init()
102 flag2 == ENV_REDUND_ACTIVE) { in env_flash_init()
105 } else if (flag1 == flag2) { in env_flash_init()
111 } else if (flag2 == 0xFF) { in env_flash_init()
/u-boot/arch/sandbox/cpu/
A Dstart.c34 char flag1[2], flag2[2]; in h_compare_opt() local
39 flag2[1] = '\0'; in h_compare_opt()
42 *flag2 = opt2->flag_short < 0x100 ? opt2->flag_short : '\0'; in h_compare_opt()
45 str2 = *flag2 ? flag2 : opt2->flag; in h_compare_opt()

Completed in 4 milliseconds