diff --git a/include/configs/davinci_sysmobts_v1.h b/include/configs/davinci_sysmobts_v1.h index fae06caddd..a2a0a562cb 100644 --- a/include/configs/davinci_sysmobts_v1.h +++ b/include/configs/davinci_sysmobts_v1.h @@ -124,8 +124,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_PROMPT "U-Boot > " /* Monitor Command Prompt */ #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 */ diff --git a/include/configs/davinci_sysmobts_v2.h b/include/configs/davinci_sysmobts_v2.h index cb4a187831..df647bcb7e 100644 --- a/include/configs/davinci_sysmobts_v2.h +++ b/include/configs/davinci_sysmobts_v2.h @@ -116,8 +116,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_PROMPT "sysmoBTSv2 > " /* Monitor Command Prompt */ #define CONFIG_SYS_CBSIZE 1024 /* Console I/O Buffer Size */