Home
last modified time | relevance | path

Searched refs:bootcount_error (Results 1 – 3 of 3) sorted by relevance

/openbmc/u-boot/include/
H A Dbootcount.h94 static inline int bootcount_error(void) in bootcount_error() function
134 static inline int bootcount_error(void) { return 0; } in bootcount_error() function
/openbmc/u-boot/board/liebherr/display5/
H A Dspl.c291 if (s && !bootcount_error() && strcmp(s, "ACTIVE") == 0) { in board_boot_order()
/openbmc/u-boot/common/
H A Dautoboot.c317 if (bootcount_error()) in bootdelay_process()