diff --git a/u-boot/include/configs/common.h b/u-boot/include/configs/common.h index 7259e65145..e2ef3a2595 100644 --- a/u-boot/include/configs/common.h +++ b/u-boot/include/configs/common.h @@ -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, \