summaryrefslogtreecommitdiffstats
path: root/include/configs/trab.h
diff options
context:
space:
mode:
authorwdenk <wdenk>2005-02-24 22:44:16 +0000
committerwdenk <wdenk>2005-02-24 22:44:16 +0000
commit151ab83a936e66cf56971a0e0340609528474734 (patch)
tree0351989a9804330e02c7351c655d0102c6a00dcd /include/configs/trab.h
parentb9649854f6ffdeaad23daec21013552cef2e05f0 (diff)
downloadblackbird-obmc-uboot-151ab83a936e66cf56971a0e0340609528474734.tar.gz
blackbird-obmc-uboot-151ab83a936e66cf56971a0e0340609528474734.zip
* Add support for ext2 filesystems and image timestamps to TQM5200 board
* Add reset code for Coral-P on INKA4x0 board * Patch by Martin Krause, 28 Jun 2004: Update for TRAB board. * Fix some missing "volatile"s in MPC5xxx FEC driver
Diffstat (limited to 'include/configs/trab.h')
-rw-r--r--include/configs/trab.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/configs/trab.h b/include/configs/trab.h
index 55a6f69fca..59cd1d4ff7 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)
OpenPOWER on IntegriCloud