Home
last modified time | relevance | path

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

/external/u-boot/post/
Dpost.c85 newword = post_word_load() & ~POST_COLDBOOT; in post_bootmode_init()
89 newword |= POST_COLDBOOT; in post_bootmode_init()
/external/u-boot/include/
Dpost.h70 #define POST_COLDBOOT 0x80 /* first boot after power-on */ macro