diff options
Diffstat (limited to 'include/configs/hymod.h')
-rw-r--r-- | include/configs/hymod.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/configs/hymod.h b/include/configs/hymod.h index 01e7970162..264192f262 100644 --- a/include/configs/hymod.h +++ b/include/configs/hymod.h @@ -224,7 +224,7 @@ */ #define CONFIG_AUTOBOOT_KEYED #define CONFIG_AUTOBOOT_PROMPT "Autobooting in %d seconds, " \ - "press <SPACE> to stop\n" + "press <SPACE> to stop\n", bootdelay #define CONFIG_AUTOBOOT_STOP_STR " " #undef CONFIG_AUTOBOOT_DELAY_STR #define DEBUG_BOOTKEYS 0 |