Home
last modified time | relevance | path

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

/openbmc/u-boot/include/
H A Dbootcount.h97 unsigned long bootlimit = env_get_ulong("bootlimit", 10, 0); in bootcount_error() local
99 if (bootlimit && bootcount > bootlimit) { in bootcount_error()
100 printf("Warning: Bootlimit (%lu) exceeded.", bootlimit); in bootcount_error()
/openbmc/u-boot/tools/buildman/
H A DREADME1035 01: Migrate bootlimit to Kconfig