summaryrefslogtreecommitdiff
path: root/drivers
diff options
context:
space:
mode:
authorYork Sun <york.sun@nxp.com>2016-11-18 11:30:56 -0800
committerYork Sun <york.sun@nxp.com>2016-11-23 23:42:11 -0800
commitcefe11cdb2a0d1fe0daf90408d3c49e627ef39a7 (patch)
tree028af2626c6f923a7630e1875fcfebfc1e5e06ee /drivers
parent529fb062081e100faae6dc0d163a548b8528ff24 (diff)
downloadu-boot-imx-cefe11cdb2a0d1fe0daf90408d3c49e627ef39a7.zip
u-boot-imx-cefe11cdb2a0d1fe0daf90408d3c49e627ef39a7.tar.gz
u-boot-imx-cefe11cdb2a0d1fe0daf90408d3c49e627ef39a7.tar.bz2
powerpc: P5020: Remove macro CONFIG_PPC_P5020
Replace CONFIG_PPC_P5020 with ARCH_P5020 in Kconfig and clean up existing macros. Signed-off-by: York Sun <york.sun@nxp.com>
Diffstat (limited to 'drivers')
-rw-r--r--drivers/net/fm/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/net/fm/Makefile b/drivers/net/fm/Makefile
index 46dc6df..15d27b8 100644
--- a/drivers/net/fm/Makefile
+++ b/drivers/net/fm/Makefile
@@ -22,7 +22,7 @@ obj-$(CONFIG_ARCH_P1023) += p1023.o
obj-$(CONFIG_ARCH_P2041) += p5020.o
obj-$(CONFIG_ARCH_P3041) += p5020.o
obj-$(CONFIG_ARCH_P4080) += p4080.o
-obj-$(CONFIG_PPC_P5020) += p5020.o
+obj-$(CONFIG_ARCH_P5020) += p5020.o
obj-$(CONFIG_PPC_P5040) += p5040.o
obj-$(CONFIG_PPC_T1040) += t1040.o
obj-$(CONFIG_PPC_T1042) += t1040.o