aboutsummaryrefslogtreecommitdiff
path: root/arch/powerpc/cpu/mpc85xx/Makefile
diff options
context:
space:
mode:
authorYork Sun <york.sun@nxp.com>2016-11-18 11:20:40 -0800
committerYork Sun <york.sun@nxp.com>2016-11-23 23:42:10 -0800
commit5e5fdd2d00489d4aa129e7a9ad289a38563f4387 (patch)
tree53a60ab2493ca9a09bb7cf88d7c4be840c06e5f0 /arch/powerpc/cpu/mpc85xx/Makefile
parent37107facbc3d1c57414ae23a807a073b360ce232 (diff)
downloadu-boot-5e5fdd2d00489d4aa129e7a9ad289a38563f4387.zip
u-boot-5e5fdd2d00489d4aa129e7a9ad289a38563f4387.tar.gz
u-boot-5e5fdd2d00489d4aa129e7a9ad289a38563f4387.tar.bz2
powerpc: P3041: Remove macro CONFIG_PPC_P3041
Replace CONFIG_PPC_P3041 with ARCH_P3041 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/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/arch/powerpc/cpu/mpc85xx/Makefile b/arch/powerpc/cpu/mpc85xx/Makefile
index de35824..df777f1 100644
--- a/arch/powerpc/cpu/mpc85xx/Makefile
+++ b/arch/powerpc/cpu/mpc85xx/Makefile
@@ -40,7 +40,7 @@ obj-$(CONFIG_SYS_DPAA_QBMAN) += portals.o
# various SoC specific assignments
obj-$(CONFIG_ARCH_P2041) += p2041_ids.o
-obj-$(CONFIG_PPC_P3041) += p3041_ids.o
+obj-$(CONFIG_ARCH_P3041) += p3041_ids.o
obj-$(CONFIG_PPC_P4080) += p4080_ids.o
obj-$(CONFIG_PPC_P5020) += p5020_ids.o
obj-$(CONFIG_PPC_P5040) += p5040_ids.o
@@ -82,7 +82,7 @@ obj-$(CONFIG_ARCH_P1024) += p1021_serdes.o
obj-$(CONFIG_ARCH_P1025) += p1021_serdes.o
obj-$(CONFIG_ARCH_P2020) += p2020_serdes.o
obj-$(CONFIG_ARCH_P2041) += p2041_serdes.o
-obj-$(CONFIG_PPC_P3041) += p3041_serdes.o
+obj-$(CONFIG_ARCH_P3041) += p3041_serdes.o
obj-$(CONFIG_PPC_P4080) += p4080_serdes.o
obj-$(CONFIG_PPC_P5020) += p5020_serdes.o
obj-$(CONFIG_PPC_P5040) += p5040_serdes.o