* 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
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)