Home
last modified time | relevance | path

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

/openbmc/u-boot/board/keymile/common/
H A Dcommon.c351 int testboot = 0; in do_checktestboot() local
359 testboot = (testpin != 0) && (s); in do_checktestboot()
364 printf("boot test app : %s\n", (testboot) ? "yes" : "no"); in do_checktestboot()
367 return !testboot; in do_checktestboot()