Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

[POWERPC] mpc82xx: Rename mpc82xx_ads to mpc8272_ads.

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>

authored by

Scott Wood and committed by
Kumar Gala
d1df4471 4ff62e1c

+5 -5
+4 -4
arch/powerpc/platforms/82xx/Kconfig
··· 1 1 choice 2 2 prompt "82xx Board Type" 3 3 depends on PPC_82xx 4 - default MPC82xx_ADS 4 + default MPC8272_ADS 5 5 6 - config MPC82xx_ADS 7 - bool "Freescale MPC82xx ADS" 6 + config MPC8272_ADS 7 + bool "Freescale MPC8272 ADS" 8 8 select DEFAULT_UIMAGE 9 9 select PQ2ADS 10 10 select 8272 11 11 select 8260 12 12 select FSL_SOC 13 13 help 14 - This option enables support for the MPC8272 ADS board 14 + This option enables support for the MPC8272 ADS board 15 15 16 16 endchoice 17 17
+1 -1
arch/powerpc/platforms/82xx/Makefile
··· 1 1 # 2 2 # Makefile for the PowerPC 82xx linux kernel. 3 3 # 4 - obj-$(CONFIG_MPC82xx_ADS) += mpc82xx_ads.o 4 + obj-$(CONFIG_MPC8272_ADS) += mpc8272_ads.o
arch/powerpc/platforms/82xx/mpc82xx_ads.c arch/powerpc/platforms/82xx/mpc8272_ads.c