diff options
Diffstat (limited to 'include/configs/sc3.h')
| -rw-r--r-- | include/configs/sc3.h | 3 | 
1 files changed, 2 insertions, 1 deletions
| diff --git a/include/configs/sc3.h b/include/configs/sc3.h index f6e40def5..87311ea6c 100644 --- a/include/configs/sc3.h +++ b/include/configs/sc3.h @@ -132,7 +132,8 @@  #if 1	/* feel free to disable for development */  #define CONFIG_AUTOBOOT_KEYED		/* Enable password protection	*/ -#define CONFIG_AUTOBOOT_PROMPT		"\nSC3 - booting... stop with ENTER\n" +#define CONFIG_AUTOBOOT_PROMPT		\ +	"\nSC3 - booting... stop with ENTER\n"  #define CONFIG_AUTOBOOT_DELAY_STR	"\r"	/* 1st "password"	*/  #define CONFIG_AUTOBOOT_DELAY_STR2	"\n"	/* 1st "password"	*/  #endif |