From 0242d1cf0d907c6f61351bb6cc799dd5bafe4932 Mon Sep 17 00:00:00 2001 From: Marcel Ziswiler Date: Fri, 23 May 2014 23:38:28 +0200 Subject: colibri vf50/61: increase boot delay to fix uart loading Increase boot delay to one second again as otherwise one is not able to enter into the interactive U-Boot console when recovering U-Boot via UART (e.g. doing ./update.sh -d /dev/ttyUSB0). --- include/configs/colibri_vf.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/configs/colibri_vf.h b/include/configs/colibri_vf.h index bd8ca5509a..e00a21bc5d 100644 --- a/include/configs/colibri_vf.h +++ b/include/configs/colibri_vf.h @@ -114,7 +114,7 @@ #define CONFIG_NETMASK 255.255.255.0 #define CONFIG_SERVERIP 192.168.10.1 -#define CONFIG_BOOTDELAY 0 +#define CONFIG_BOOTDELAY 1 #define CONFIG_ZERO_BOOTDELAY_CHECK #define CONFIG_BOARD_LATE_INIT -- cgit v1.2.3