aboutsummaryrefslogtreecommitdiff
path: root/boot/bootretry.c
diff options
context:
space:
mode:
Diffstat (limited to 'boot/bootretry.c')
-rw-r--r--boot/bootretry.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/boot/bootretry.c b/boot/bootretry.c
index dac891f..2bc9c68 100644
--- a/boot/bootretry.c
+++ b/boot/bootretry.c
@@ -12,10 +12,6 @@
#include <time.h>
#include <watchdog.h>
-#ifndef CONFIG_BOOT_RETRY_MIN
-#define CONFIG_BOOT_RETRY_MIN CONFIG_BOOT_RETRY_TIME
-#endif
-
static uint64_t endtime; /* must be set, default is instant timeout */
static int retry_time = -1; /* -1 so can call readline before main_loop */