]> git.ipfire.org Git - people/ms/u-boot.git/blobdiff - arch/powerpc/lib/board.c
mpc83xx: turn on icache in core initialization to improve u-boot boot time
[people/ms/u-boot.git] / arch / powerpc / lib / board.c
index a30acee4febf5ee5c675953cfd2feeacfa8da8e7..7b09fb51e25d18a8bd865c0ddf2cd4d5298a2b42 100644 (file)
@@ -686,7 +686,7 @@ void board_init_r (gd_t *id, ulong dest_addr)
 
        WATCHDOG_RESET();
 
-#if defined(CONFIG_SYS_DELAYED_ICACHE) || defined(CONFIG_MPC83xx)
+#if defined(CONFIG_SYS_DELAYED_ICACHE)
        icache_enable ();       /* it's time to enable the instruction cache */
 #endif