From 506f391888b82d1b83bdd749c3cea9eb2fd64df8 Mon Sep 17 00:00:00 2001 From: Heiko Schocher Date: Thu, 12 Mar 2009 07:37:15 +0100 Subject: 8xx, icache: enabling ICache not before running from RAM with the new CONFIG_SYS_DELAYED_ICACHE config option, ICache is not enabled before code runs from RAM. Signed-off-by: Heiko Schocher --- include/configs/pcu_e.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'include/configs/pcu_e.h') diff --git a/include/configs/pcu_e.h b/include/configs/pcu_e.h index 921451927..7c2bf1b0f 100644 --- a/include/configs/pcu_e.h +++ b/include/configs/pcu_e.h @@ -246,6 +246,9 @@ */ #define CONFIG_SYS_CACHELINE_SIZE 16 /* For all MPC8xx CPUs */ #define CONFIG_SYS_CACHELINE_SHIFT 4 /* log base 2 of the above value */ +#define CONFIG_SYS_DELAYED_ICACHE 1 /* enable ICache not before + * running in RAM. + */ /*----------------------------------------------------------------------- * SYPCR - System Protection Control 11-9 -- cgit v1.2.3