diff options
author | York Sun <york.sun@nxp.com> | 2016-11-18 11:15:21 -0800 |
---|---|---|
committer | York Sun <york.sun@nxp.com> | 2016-11-23 23:42:10 -0800 |
commit | ce040c83f1d74b07543fe98b07164912d104a2c7 (patch) | |
tree | 1c5fe30a5422dfef7224626afa9f92376fbc532c /drivers | |
parent | 789460c914111f4e2f35d3cfb48b5ed4d7b3ddef (diff) | |
download | u-boot-imx-ce040c83f1d74b07543fe98b07164912d104a2c7.zip u-boot-imx-ce040c83f1d74b07543fe98b07164912d104a2c7.tar.gz u-boot-imx-ce040c83f1d74b07543fe98b07164912d104a2c7.tar.bz2 |
powerpc: P2041: Remove macro CONFIG_PPC_P2041
Replace CONFIG_PPC_P2041 with ARCH_P2041 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/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/net/fm/Makefile b/drivers/net/fm/Makefile index a4c0ea0..9e8c420 100644 --- a/drivers/net/fm/Makefile +++ b/drivers/net/fm/Makefile @@ -19,7 +19,7 @@ obj-$(CONFIG_SYS_FMAN_V3) += memac.o # SoC specific SERDES support obj-$(CONFIG_ARCH_P1023) += p1023.o # The P204x, P304x, and P5020 are the same -obj-$(CONFIG_PPC_P2041) += p5020.o +obj-$(CONFIG_ARCH_P2041) += p5020.o obj-$(CONFIG_PPC_P3041) += p5020.o obj-$(CONFIG_PPC_P4080) += p4080.o obj-$(CONFIG_PPC_P5020) += p5020.o |