summaryrefslogtreecommitdiff
path: root/cpu/mpc8xx/start.S
diff options
context:
space:
mode:
Diffstat (limited to 'cpu/mpc8xx/start.S')
-rw-r--r--cpu/mpc8xx/start.S2
1 files changed, 1 insertions, 1 deletions
diff --git a/cpu/mpc8xx/start.S b/cpu/mpc8xx/start.S
index 45c902e7c..8864c37cf 100644
--- a/cpu/mpc8xx/start.S
+++ b/cpu/mpc8xx/start.S
@@ -142,7 +142,7 @@ boot_warm:
lis r3, IDC_DISABLE@h /* Disable data cache */
mtspr DC_CST, r3
-#if !(defined(CONFIG_IP860) || defined(CONFIG_PCU_E) || defined (CONFIG_FLAGADM))
+#if !defined(CONFIG_SYS_DELAYED_ICACHE)
/* On IP860 and PCU E,
* we cannot enable IC yet
*/