commit | 1c8f6d8fb028f156094d05f2d14298e6479364ac | [log] [tgz] |
---|---|---|
author | Haiying Wang <haiying.wang@freescale.com> | Tue Aug 15 15:12:55 2006 -0400 |
committer | Jon Loeliger <jdl@freescale.com> | Thu Aug 17 11:00:27 2006 -0500 |
tree | d749b471a21ae791759507bcbf25baae72d52596 | |
parent | 0d9ccc55edf9a7f3c5b2b6263580a6ea8d702a04 [diff] [blame] |
Unlock cache before kernel starts up for MPC86xx
diff --git a/lib_ppc/board.c b/lib_ppc/board.c index 039053a..71dae07 100644 --- a/lib_ppc/board.c +++ b/lib_ppc/board.c
@@ -676,7 +676,7 @@ icache_enable (); /* it's time to enable the instruction cache */ #endif -#if defined(CFG_INIT_RAM_LOCK) && (defined(CONFIG_E500) || defined(CONFIG_MPC86xx)) +#if defined(CFG_INIT_RAM_LOCK) && defined(CONFIG_E500) unlock_ram_in_cache(); /* it's time to unlock D-cache in e500 */ #endif