summaryrefslogtreecommitdiffstats
path: root/arch/ppc/cpu-85xx/start.S
diff options
context:
space:
mode:
Diffstat (limited to 'arch/ppc/cpu-85xx/start.S')
-rw-r--r--arch/ppc/cpu-85xx/start.S2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/ppc/cpu-85xx/start.S b/arch/ppc/cpu-85xx/start.S
index 57f007b783..514fd8c516 100644
--- a/arch/ppc/cpu-85xx/start.S
+++ b/arch/ppc/cpu-85xx/start.S
@@ -172,7 +172,7 @@ _start_e500:
mtspr HID1,r0
/* Enable Branch Prediction */
-#if defined(CFG_BTB)
+#if defined(CONFIG_BTB)
lis r0,BUCSR_ENABLE@h
ori r0,r0,BUCSR_ENABLE@l
mtspr SPRN_BUCSR,r0