boot: Enable the option to interrupt the boot with phrase

The serial console might be connected to other equipment,
do not let it interrupt the auto-boot.
This commit is contained in:
Holger Hans Peter Freyther 2012-06-13 08:16:49 +02:00 committed by Holger Hans Peter Freyther
parent 7fa3734927
commit 8cb5cebedc
1 changed files with 4 additions and 1 deletions

View File

@ -113,8 +113,11 @@
/*==============================*/
#undef CONFIG_USE_IRQ /* No IRQ/FIQ in U-Boot */
#define CONFIG_MISC_INIT_R
#define CONFIG_BOOTDELAY 2
#define CONFIG_BOOTDELAY 8
#define CONFIG_BOOTFILE "uImage" /* Boot file name */
#define CONFIG_AUTOBOOT_KEYED
#define CONFIG_AUTOBOOT_DELAY_STR "bts-delay"
#define CONFIG_AUTOBOOT_STOP_STR "bts-stop"
#define CONFIG_SYS_AUTOLOAD "n" /* No autoload */
#define CONFIG_SYS_CBSIZE 1024 /* Console I/O Buffer Size */
#define CONFIG_SYS_PBSIZE (CONFIG_SYS_CBSIZE+sizeof(CONFIG_SYS_PROMPT)+16) /* Print buffer sz */