From: Jagan Date: Tue, 29 May 2012 11:07:57 +0000 (+0530) Subject: Xilinx: ARM: Decreased bootdelay from 10 to 3 sec on ep107 and zc770 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=b78348cfa9e5f79ea812adb2cc65cafbcb77a2b7;p=thirdparty%2Fu-boot.git Xilinx: ARM: Decreased bootdelay from 10 to 3 sec on ep107 and zc770 Signed-off-by: Jagan --- 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