From 7966dca8a24c48f2434ff34ec2520fdb721a10b8 Mon Sep 17 00:00:00 2001 From: Alexander Couzens Date: Mon, 9 Mar 2015 15:18:16 +0100 Subject: [PATCH] config/common: set bootdelay to 3 seconds Fixes #1075 --- u-boot/include/configs/common.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/u-boot/include/configs/common.h b/u-boot/include/configs/common.h index 97355d979a..08697cd9e6 100644 --- a/u-boot/include/configs/common.h +++ b/u-boot/include/configs/common.h @@ -94,7 +94,7 @@ #define CONFIG_AUTOBOOT_KEYED #define CONFIG_AUTOBOOT_STOP_STR "ap-stop" -#define CONFIG_BOOTDELAY 8 +#define CONFIG_BOOTDELAY 3 #undef CFG_BAUDRATE_TABLE #define CFG_BAUDRATE_TABLE { 300, 1200, 2400, 4800, 9600, 14400, 19200, 28800, 38400, 56000, 57600, \