From 21761c548f71cc1f8a3e192517876f8cf7ea9477 Mon Sep 17 00:00:00 2001
From: David Mondou <david.mondou@rigado.com>
Date: Mon, 14 May 2018 08:24:11 -0700
Subject: [PATCH] Added retry and disabled boot_delay

---
 include/configs/vesta.h | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/include/configs/vesta.h b/include/configs/vesta.h
index b9fdd5ae5f..9be4905c71 100644
--- a/include/configs/vesta.h
+++ b/include/configs/vesta.h
@@ -17,6 +17,10 @@
 /* uncomment for PLUGIN mode support */
  #define CONFIG_USE_PLUGIN
 
+#define CONFIG_BOOTDELAY        0
+#define CONFIG_RESET_TO_RETRY
+#define CONFIG_BOOT_RETRY_TIME  5
+
 /* uncomment for SECURE mode support */
 /* #define CONFIG_SECURE_BOOT */
 
-- 
GitLab