diff options
Diffstat (limited to 'include/configs/trab.h')
-rw-r--r-- | include/configs/trab.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/include/configs/trab.h b/include/configs/trab.h index 55a6f69..59cd1d4 100644 --- a/include/configs/trab.h +++ b/include/configs/trab.h @@ -290,10 +290,10 @@ #endif /* CFG_HUSH_PARSER */ #endif /* CONFIG_FLASH_8MB */ -#if 0 /* disabled for development */ +#if 1 /* feel free to disable for development */ #define CONFIG_AUTOBOOT_KEYED /* Enable password protection */ #define CONFIG_AUTOBOOT_PROMPT "\nEnter password - autoboot in %d sec...\n" -#define CONFIG_AUTOBOOT_DELAY_STR "system" /* 1st password */ +#define CONFIG_AUTOBOOT_DELAY_STR "R" /* 1st "password" */ #endif #if (CONFIG_COMMANDS & CFG_CMD_KGDB) |