diff options
Diffstat (limited to 'include/configs/netstar.h')
| -rw-r--r-- | include/configs/netstar.h | 3 | 
1 files changed, 2 insertions, 1 deletions
| diff --git a/include/configs/netstar.h b/include/configs/netstar.h index d4deda407..756b7c267 100644 --- a/include/configs/netstar.h +++ b/include/configs/netstar.h @@ -195,7 +195,8 @@  #if 0	/* feel free to disable for development */  #define	CONFIG_AUTOBOOT_KEYED		/* Enable password protection	*/ -#define CONFIG_AUTOBOOT_PROMPT		"\nNetStar PBX - boot in %d secs...\n" +#define CONFIG_AUTOBOOT_PROMPT		\ +	"\nNetStar PBX - boot in %d secs...\n", bootdelay  #define CONFIG_AUTOBOOT_DELAY_STR	"."	/* 1st "password"	*/  #endif |