aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--arch/ppc/Makefile2
-rw-r--r--arch/ppc/kernel/Makefile2
-rw-r--r--arch/ppc/kernel/head_fsl_booke.S (renamed from arch/ppc/kernel/head_e500.S)2
3 files changed, 3 insertions, 3 deletions
diff --git a/arch/ppc/Makefile b/arch/ppc/Makefile
index 80497b9078336..73cbdda5b5973 100644
--- a/arch/ppc/Makefile
+++ b/arch/ppc/Makefile
@@ -49,7 +49,7 @@ head-y := arch/ppc/kernel/head.o
head-$(CONFIG_8xx) := arch/ppc/kernel/head_8xx.o
head-$(CONFIG_4xx) := arch/ppc/kernel/head_4xx.o
head-$(CONFIG_44x) := arch/ppc/kernel/head_44x.o
-head-$(CONFIG_E500) := arch/ppc/kernel/head_e500.o
+head-$(CONFIG_FSL_BOOKE) := arch/ppc/kernel/head_fsl_booke.o
head-$(CONFIG_6xx) += arch/ppc/kernel/idle_6xx.o
head-$(CONFIG_POWER4) += arch/ppc/kernel/idle_power4.o
diff --git a/arch/ppc/kernel/Makefile b/arch/ppc/kernel/Makefile
index 1f98f26e58aef..86bc878cb3ee5 100644
--- a/arch/ppc/kernel/Makefile
+++ b/arch/ppc/kernel/Makefile
@@ -5,7 +5,7 @@
extra-$(CONFIG_PPC_STD_MMU) := head.o
extra-$(CONFIG_40x) := head_4xx.o
extra-$(CONFIG_44x) := head_44x.o
-extra-$(CONFIG_E500) := head_e500.o
+extra-$(CONFIG_FSL_BOOKE) := head_fsl_booke.o
extra-$(CONFIG_8xx) := head_8xx.o
extra-$(CONFIG_6xx) += idle_6xx.o
extra-$(CONFIG_POWER4) += idle_power4.o
diff --git a/arch/ppc/kernel/head_e500.S b/arch/ppc/kernel/head_fsl_booke.S
index e478de5a92d32..dea19c216fc3d 100644
--- a/arch/ppc/kernel/head_e500.S
+++ b/arch/ppc/kernel/head_fsl_booke.S
@@ -1,5 +1,5 @@
/*
- * arch/ppc/kernel/head_e500.S
+ * arch/ppc/kernel/head_fsl_booke.S
*
* Kernel execution entry point code.
*