diff --git a/include/configs/zero-gravitas.h b/include/configs/zero-gravitas.h index 6b785e6559..3d95ae571d 100644 --- a/include/configs/zero-gravitas.h +++ b/include/configs/zero-gravitas.h @@ -100,7 +100,7 @@ "run memboot; " \ "if test ${bootcount} -gt 2; then " \ "echo WARN: Failed too much, turning off; " \ - "setenv bootcount 1; " \ + "setenv bootcount 0; " \ "saveenv; " \ "poweroff; " \ "fi; " \