From b78348cfa9e5f79ea812adb2cc65cafbcb77a2b7 Mon Sep 17 00:00:00 2001 From: Jagan Date: Tue, 29 May 2012 16:37:57 +0530 Subject: [PATCH] Xilinx: ARM: Decreased bootdelay from 10 to 3 sec on ep107 and zc770 Signed-off-by: Jagan --- include/configs/zynq_ep107.h | 2 +- include/configs/zynq_zc770.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/include/configs/zynq_ep107.h b/include/configs/zynq_ep107.h index 0a205b71943..51e3e79e778 100644 --- a/include/configs/zynq_ep107.h +++ b/include/configs/zynq_ep107.h @@ -79,7 +79,7 @@ #define CONFIG_BAUDRATE 115200 #define CONFIG_SYS_BAUDRATE_TABLE { 9600, 38400, 115200 } -#define CONFIG_BOOTDELAY 10 /* -1 to Disable autoboot */ +#define CONFIG_BOOTDELAY 3 /* -1 to Disable autoboot */ #define CONFIG_PSS_SERIAL #define CONFIG_RTC_XPSSRTC diff --git a/include/configs/zynq_zc770.h b/include/configs/zynq_zc770.h index 319197251cb..5a3ea6ef662 100644 --- a/include/configs/zynq_zc770.h +++ b/include/configs/zynq_zc770.h @@ -73,7 +73,7 @@ #define CONFIG_BAUDRATE 115200 #define CONFIG_SYS_BAUDRATE_TABLE { 9600, 38400, 115200 } -#define CONFIG_BOOTDELAY 10 /* -1 to Disable autoboot */ +#define CONFIG_BOOTDELAY 3 /* -1 to Disable autoboot */ #define CONFIG_PSS_SERIAL #define CONFIG_RTC_XPSSRTC -- 2.47.3