]> git.ipfire.org Git - thirdparty/u-boot.git/commitdiff
Xilinx: ARM: Decreased bootdelay from 10 to 3 sec on ep107 and zc770
authorJagan <jaganna@xilinx.com>
Tue, 29 May 2012 11:07:57 +0000 (16:37 +0530)
committerJagan <jaganna@xilinx.com>
Thu, 31 May 2012 07:59:23 +0000 (13:29 +0530)
Signed-off-by: Jagan <jaganna@xilinx.com>
include/configs/zynq_ep107.h
include/configs/zynq_zc770.h

index 0a205b7194396906556d2fba086aacb6ab90762c..51e3e79e7788c75b07099501c3df48f4ec220543 100644 (file)
@@ -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
index 319197251cbc23103225084ad66a58bed3bd6ff2..5a3ea6ef66223094f948f275cbfb08ee318d412b 100644 (file)
@@ -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