summaryrefslogtreecommitdiff
path: root/lib_ppc/board.c
diff options
context:
space:
mode:
authorWolfgang Denk <wd@pollux.denx.de>2006-03-12 21:33:52 +0100
committerWolfgang Denk <wd@pollux.denx.de>2006-03-12 21:33:52 +0100
commit795bee849603c7c2994ba20fcd96f3f9835ffd96 (patch)
tree905ce7474dcf0adfbab149df429bfdaef5d5e258 /lib_ppc/board.c
parent7b230f61db319d87d51449d4620d520822813fbb (diff)
parent2688e2f972bd124be87cb86bce58aa1b186b5aa7 (diff)
downloadu-boot-imx-795bee849603c7c2994ba20fcd96f3f9835ffd96.zip
u-boot-imx-795bee849603c7c2994ba20fcd96f3f9835ffd96.tar.gz
u-boot-imx-795bee849603c7c2994ba20fcd96f3f9835ffd96.tar.bz2
Merge with git://git.kernel.org/pub/scm/boot/u-boot/u-boot.git#mpc83xx
Diffstat (limited to 'lib_ppc/board.c')
-rw-r--r--lib_ppc/board.c3
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