diff options
author | wdenk <wdenk> | 2005-02-24 22:44:16 +0000 |
---|---|---|
committer | wdenk <wdenk> | 2005-02-24 22:44:16 +0000 |
commit | 151ab83a936e66cf56971a0e0340609528474734 (patch) | |
tree | 0351989a9804330e02c7351c655d0102c6a00dcd /include/configs/trab.h | |
parent | b9649854f6ffdeaad23daec21013552cef2e05f0 (diff) | |
download | u-boot-151ab83a936e66cf56971a0e0340609528474734.tar.gz u-boot-151ab83a936e66cf56971a0e0340609528474734.tar.xz u-boot-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.h | 4 |
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) |