Searched refs:bootcount (Results 1 – 8 of 8) sorted by relevance
297 unsigned long bootcount = 0; local302 bootcount = bootcount_load();303 bootcount++;304 bootcount_store(bootcount);305 env_set_ulong("bootcount", bootcount);330 if (bootlimit && (bootcount > bootlimit)) {
242 ulong bootcount; in board_late_init() local256 bootcount = bootcount_load(); in board_late_init()258 bootcount); in board_late_init()259 if (bootcount > PEX_SWITCH_NOT_FOUNT_LIMIT) { in board_late_init()
5 obj-y += bootcount.o
13 source "drivers/bootcount/Kconfig"
84 obj-$(CONFIG_BOOTCOUNT_LIMIT) += bootcount/
710 "bootcount" is stored in the environment. To prevent a713 0, "bootcount" is always 0, if "upgrade_available" is714 1 "bootcount" is incremented in the environment.716 and "bootcount" variable to 0, if a boot was successfully.2381 - bootcount support: