diff options
author | Marcel Ziswiler <marcel.ziswiler@toradex.com> | 2014-05-23 23:38:28 +0200 |
---|---|---|
committer | Marcel Ziswiler <marcel.ziswiler@toradex.com> | 2014-05-23 23:38:28 +0200 |
commit | 0242d1cf0d907c6f61351bb6cc799dd5bafe4932 (patch) | |
tree | ea0700b31883a5cf8102ffc0716b6f4c7067c754 | |
parent | be76dbbe280f67a8eb865c1a6b40a2e5df5479f0 (diff) |
colibri vf50/61: increase boot delay to fix uart loadingColibri_VF_LinuxImageV2.2Beta1_20140603
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).
-rw-r--r-- | include/configs/colibri_vf.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/configs/colibri_vf.h b/include/configs/colibri_vf.h index bd8ca5509a1..e00a21bc5d7 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 |