diff options
| author | Wolfgang Denk <[email protected]> | 2006-03-12 21:33:52 +0100 |
|---|---|---|
| committer | Wolfgang Denk <[email protected]> | 2006-03-12 21:33:52 +0100 |
| commit | 795bee849603c7c2994ba20fcd96f3f9835ffd96 (patch) | |
| tree | 905ce7474dcf0adfbab149df429bfdaef5d5e258 /lib_ppc | |
| parent | 7b230f61db319d87d51449d4620d520822813fbb (diff) | |
| parent | 2688e2f972bd124be87cb86bce58aa1b186b5aa7 (diff) | |
Merge with git://git.kernel.org/pub/scm/boot/u-boot/u-boot.git#mpc83xx
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 f40bb253b81..e569e97db99 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 |
