[POWERPC] mpc82xx: Rename mpc82xx_ads to mpc8272_ads.
authorScott Wood <scottwood@freescale.com>
Thu, 26 Jul 2007 18:51:42 +0000 (13:51 -0500)
committerKumar Gala <galak@kernel.crashing.org>
Thu, 4 Oct 2007 16:02:27 +0000 (11:02 -0500)
This is just a rename patch; internal references to mpc82xx_ads will be
changed in the next one.

Signed-off-by: Scott Wood <scottwood@freescale.com>
Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
arch/powerpc/platforms/82xx/Kconfig
arch/powerpc/platforms/82xx/Makefile
arch/powerpc/platforms/82xx/mpc8272_ads.c [moved from arch/powerpc/platforms/82xx/mpc82xx_ads.c with 100% similarity]

index 89fde43..f260c01 100644 (file)
@@ -1,17 +1,17 @@
 choice
        prompt "82xx Board Type"
        depends on PPC_82xx
-       default MPC82xx_ADS
+       default MPC8272_ADS
 
-config MPC82xx_ADS
-       bool "Freescale MPC82xx ADS"
+config MPC8272_ADS
+       bool "Freescale MPC8272 ADS"
        select DEFAULT_UIMAGE
        select PQ2ADS
        select 8272
        select 8260
        select FSL_SOC
        help
-       This option enables support for the MPC8272 ADS board
+         This option enables support for the MPC8272 ADS board
 
 endchoice
 
index 534c353..9b7c851 100644 (file)
@@ -1,4 +1,4 @@
 #
 # Makefile for the PowerPC 82xx linux kernel.
 #
-obj-$(CONFIG_MPC82xx_ADS) += mpc82xx_ads.o
+obj-$(CONFIG_MPC8272_ADS) += mpc8272_ads.o