diff options
author | Jon Loeliger <jdl@freescale.com> | 2006-05-10 09:43:21 -0500 |
---|---|---|
committer | Jon Loeliger <jdl@freescale.com> | 2006-05-10 09:43:21 -0500 |
commit | 846c2d4a0e076083412604ce6f4145ec49ddb99f (patch) | |
tree | 8a7d735a99c653607437e58a1012d9ce5fb6d4df /lib_ppc | |
parent | a67255363ae4c8a7c67a83e05de335cdb54b2045 (diff) | |
parent | 6cfea33477b04b63ed47386ed1629529484c33ba (diff) | |
download | u-boot-imx-846c2d4a0e076083412604ce6f4145ec49ddb99f.zip u-boot-imx-846c2d4a0e076083412604ce6f4145ec49ddb99f.tar.gz u-boot-imx-846c2d4a0e076083412604ce6f4145ec49ddb99f.tar.bz2 |
Merge branch 'mpc86xx'
Diffstat (limited to 'lib_ppc')
-rw-r--r-- | lib_ppc/board.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib_ppc/board.c b/lib_ppc/board.c index 126102b..c367b3e 100644 --- a/lib_ppc/board.c +++ b/lib_ppc/board.c @@ -676,7 +676,7 @@ void board_init_r (gd_t *id, ulong dest_addr) icache_enable (); /* it's time to enable the instruction cache */ #endif -#if defined(CFG_INIT_RAM_LOCK) && defined(CONFIG_E500) +#if defined(CFG_INIT_RAM_LOCK) && (defined(CONFIG_E500) || defined(CONFIG_MPC86xx)) unlock_ram_in_cache(); /* it's time to unlock D-cache in e500 */ #endif |