Home
last modified time | relevance | path

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

/OK3568_Linux_fs/u-boot/common/
H A Dautoboot.c298 unsigned long bootlimit = 0; local
306 bootlimit = env_get_ulong("bootlimit", 10, 0);
330 if (bootlimit && (bootcount > bootlimit)) {
332 (unsigned)bootlimit);