diff options
author | Kumar Gala <galak@kernel.crashing.org> | 2006-02-10 15:42:58 -0600 |
---|---|---|
committer | Kumar Gala <galak@kernel.crashing.org> | 2006-02-10 15:42:58 -0600 |
commit | 230b31febf39f9d9f19679cf0112d9e30415122d (patch) | |
tree | 8dee674eb24a52abe8f99f0f1510c7cde02aa1bb /lib_ppc/board.c | |
parent | b636d3226177b4cd3c7b461d02b8d20e779e5b56 (diff) | |
parent | 2688e2f972bd124be87cb86bce58aa1b186b5aa7 (diff) |
Merge branch 'mpc83xx'
Diffstat (limited to 'lib_ppc/board.c')
-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 f40bb253b8..e569e97db9 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 |