summaryrefslogtreecommitdiff
path: root/arch/powerpc/cpu/mpc85xx/Makefile
diff options
context:
space:
mode:
authorYork Sun <york.sun@nxp.com>2016-11-18 11:00:57 -0800
committerYork Sun <york.sun@nxp.com>2016-11-23 23:42:10 -0800
commit52b6f13d2c9c69d2841572e10515880bc59fed48 (patch)
tree648f0e1be816b94f84861aa438ac720ff129b8dd /arch/powerpc/cpu/mpc85xx/Makefile
parenta990799d5248d3bb92bf2a8919936e1562693b07 (diff)
downloadu-boot-imx-52b6f13d2c9c69d2841572e10515880bc59fed48.zip
u-boot-imx-52b6f13d2c9c69d2841572e10515880bc59fed48.tar.gz
u-boot-imx-52b6f13d2c9c69d2841572e10515880bc59fed48.tar.bz2
powerpc: P1024: Remove CONFIG_P1024
Replace CONFIG_P1024 with ARCH_P1024 in Kconfig and clean up existing macros. Signed-off-by: York Sun <york.sun@nxp.com>
Diffstat (limited to 'arch/powerpc/cpu/mpc85xx/Makefile')
-rw-r--r--arch/powerpc/cpu/mpc85xx/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/powerpc/cpu/mpc85xx/Makefile b/arch/powerpc/cpu/mpc85xx/Makefile
index 515647d..239cf41 100644
--- a/arch/powerpc/cpu/mpc85xx/Makefile
+++ b/arch/powerpc/cpu/mpc85xx/Makefile
@@ -78,7 +78,7 @@ obj-$(CONFIG_ARCH_P1020) += p1021_serdes.o
obj-$(CONFIG_ARCH_P1021) += p1021_serdes.o
obj-$(CONFIG_ARCH_P1022) += p1022_serdes.o
obj-$(CONFIG_ARCH_P1023) += p1023_serdes.o
-obj-$(CONFIG_P1024) += p1021_serdes.o
+obj-$(CONFIG_ARCH_P1024) += p1021_serdes.o
obj-$(CONFIG_P1025) += p1021_serdes.o
obj-$(CONFIG_P2010) += p2020_serdes.o
obj-$(CONFIG_P2020) += p2020_serdes.o