* Patch by Martin Krause, 11 Sep 2003:
  add burn-in tests for TRAB board

* Enable instruction cache on MPC5200 board
diff --git a/include/configs/trab.h b/include/configs/trab.h
index d96241a..daa62a3 100644
--- a/include/configs/trab.h
+++ b/include/configs/trab.h
@@ -315,6 +315,11 @@
 #define CONFIG_MISC_INIT_R		/* have misc_init_r() function	*/
 
 /*-----------------------------------------------------------------------
+ * burn-in test stuff
+ */
+#define BURN_IN_CYCLE_DELAY	20	/* delay in sec between burn-in test cycles */
+
+/*-----------------------------------------------------------------------
  * Stack sizes
  *
  * The stack sizes are set up in start.S using the settings below