diff options
Diffstat (limited to 'include/configs/rmu.h')
-rw-r--r-- | include/configs/rmu.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/include/configs/rmu.h b/include/configs/rmu.h index 28fb7c3318..596bf15566 100644 --- a/include/configs/rmu.h +++ b/include/configs/rmu.h @@ -111,7 +111,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" /* |