aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKumar Gala <galak@freescale.com>2005-04-03 17:36:47 -0700
committerLinus Torvalds <torvalds@ppc970.osdl.org>2005-04-03 17:36:47 -0700
commit66804d7cd20f2b580cadbb593bb4851bb5e34dd1 (patch)
tree5f502bf1dfa64617a5cf032527bc44affdcc4001
parent849b87f438890ba6e33cec55fd75f6d24f9c7348 (diff)
downloadhistory-66804d7cd20f2b580cadbb593bb4851bb5e34dd1.tar.gz
[PATCH] ppc32: rename head_e500.S to head_fsl_booke.S
Renamed head_e500.S to head_fsl_booke.S since the file is applicable to other PowerPC Book-E implementations from Freescale, not just the e500. Signed-off-by: Kumar Gala <kumar.gala@freescale.com> Signed-off-by: Andrew Morton <akpm@osdl.org> Signed-off-by: Linus Torvalds <torvalds@osdl.org>
-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 80497b9078336b..73cbdda5b5973c 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 1f98f26e58aef7..86bc878cb3ee55 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 e478de5a92d32c..dea19c216fc3d7 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.
*