Searched refs:bootlimit (Results 1 – 2 of 2) sorted by relevance
97 unsigned long bootlimit = env_get_ulong("bootlimit", 10, 0); in bootcount_error() local99 if (bootlimit && bootcount > bootlimit) { in bootcount_error()100 printf("Warning: Bootlimit (%lu) exceeded.", bootlimit); in bootcount_error()
1035 01: Migrate bootlimit to Kconfig