From 08bd7a6ed078dcd8b17f4e887102bb551ed50c0f Mon Sep 17 00:00:00 2001 From: Jagan Date: Tue, 15 May 2012 20:16:18 +0530 Subject: [PATCH] Xilinx: ARM: Decreased bootdelay from 10 to 3 sec on zc702 Signed-off-by: Jagan --- include/configs/zynq_zc702.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/configs/zynq_zc702.h b/include/configs/zynq_zc702.h index 18ab7a93eab..6558008a719 100644 --- a/include/configs/zynq_zc702.h +++ b/include/configs/zynq_zc702.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