diff options
Diffstat (limited to 'include/configs/quantum.h')
-rw-r--r-- | include/configs/quantum.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/include/configs/quantum.h b/include/configs/quantum.h index f49e2b0..cc261c3 100644 --- a/include/configs/quantum.h +++ b/include/configs/quantum.h @@ -116,7 +116,8 @@ #define CONFIG_AUTOBOOT_KEYED /* Enable password protection */ -#define CONFIG_AUTOBOOT_PROMPT "\nEnter password - autoboot in %d sec...\n" +#define CONFIG_AUTOBOOT_PROMPT \ + "\nEnter password - autoboot in %d sec...\n", bootdelay #define CONFIG_AUTOBOOT_DELAY_STR "system" /* * Miscellaneous configurable options |