diff options
Diffstat (limited to 'include/configs/gth2.h')
| -rw-r--r-- | include/configs/gth2.h | 5 | 
1 files changed, 3 insertions, 2 deletions
| diff --git a/include/configs/gth2.h b/include/configs/gth2.h index c2d6ca70a..7f7190bcd 100644 --- a/include/configs/gth2.h +++ b/include/configs/gth2.h @@ -54,8 +54,9 @@  /* Only interrupt boot if space is pressed */  /* If a long serial cable is connected but */  /* other end is dead, garbage will be read */ -#define CONFIG_AUTOBOOT_KEYED 1 -#define CONFIG_AUTOBOOT_PROMPT "Press space to abort autoboot in %d second\n" +#define CONFIG_AUTOBOOT_KEYED	1 +#define CONFIG_AUTOBOOT_PROMPT	\ +	"Press space to abort autoboot in %d second\n", bootdelay  #define CONFIG_AUTOBOOT_DELAY_STR "d"  #define CONFIG_AUTOBOOT_STOP_STR " " |