configs: set STOP str to ap-stop and increase bootdelay to 8 secs

This commit is contained in:
Alexander Couzens 2015-03-04 20:58:02 +01:00
parent bcb1638b70
commit 935d074b4e
1 changed files with 2 additions and 2 deletions

View File

@ -93,8 +93,8 @@
#define CONFIG_NEEDS_MANUAL_RELOC
#define CONFIG_AUTOBOOT_KEYED
#define CONFIG_AUTOBOOT_PROMPT "Hit '%s' key(s) to stop autoboot: %2d "
#define CONFIG_AUTOBOOT_STOP_STR "\x1B"
#define CONFIG_AUTOBOOT_STOP_STR "ap-stop"
#define CONFIG_BOOTDELAY 8
#undef CFG_BAUDRATE_TABLE
#define CFG_BAUDRATE_TABLE { 300, 1200, 2400, 4800, 9600, 14400, 19200, 28800, 38400, 56000, 57600, \