From 4f7cb08ee7b48a511a9cd2398fd4a243ca2733c7 Mon Sep 17 00:00:00 2001 From: wdenk Date: Thu, 11 Sep 2003 23:06:34 +0000 Subject: * Patch by Martin Krause, 11 Sep 2003: add burn-in tests for TRAB board * Enable instruction cache on MPC5200 board --- include/configs/trab.h | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'include/configs/trab.h') 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 -- cgit v1.1