diff options
author | Kumar Gala <galak@kernel.crashing.org> | 2006-02-10 21:40:06 (GMT) |
---|---|---|
committer | Kumar Gala <galak@kernel.crashing.org> | 2006-02-10 21:40:06 (GMT) |
commit | 2688e2f972bd124be87cb86bce58aa1b186b5aa7 (patch) | |
tree | 20d2f635adf2854ff07abb84624927428b767a6d /lib_ppc | |
parent | c99f384dce49b0c35ddf61eb5e0cde9fbab51a3b (diff) | |
download | u-boot-2688e2f972bd124be87cb86bce58aa1b186b5aa7.tar.xz |
Enable address translation on MPC83xx
Patch by Kumar Gala, 10 Feb 2006
Diffstat (limited to 'lib_ppc')
-rw-r--r-- | lib_ppc/board.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/lib_ppc/board.c b/lib_ppc/board.c index f40bb25..e569e97 100644 --- a/lib_ppc/board.c +++ b/lib_ppc/board.c @@ -670,7 +670,8 @@ void board_init_r (gd_t *id, ulong dest_addr) WATCHDOG_RESET(); -#if defined(CONFIG_IP860) || defined(CONFIG_PCU_E) || defined (CONFIG_FLAGADM) +#if defined(CONFIG_IP860) || defined(CONFIG_PCU_E) || \ + defined (CONFIG_FLAGADM) || defined(CONFIG_MPC83XX) icache_enable (); /* it's time to enable the instruction cache */ #endif |