diff options
author | York Sun <york.sun@nxp.com> | 2016-11-16 23:45:31 (GMT) |
---|---|---|
committer | York Sun <york.sun@nxp.com> | 2016-11-24 07:42:07 (GMT) |
commit | 9bb1d6bcd28f036ffc44cadd462eef4e36e340a5 (patch) | |
tree | 7f5d58fd5fe37bab5408c1df386207566545d6cd /drivers/net/fm/Makefile | |
parent | aa6e241a4ce8b3b82eaf37d670f93e0db43d036f (diff) | |
download | u-boot-fsl-qoriq-9bb1d6bcd28f036ffc44cadd462eef4e36e340a5.tar.xz |
powerpc: P1023: Remove macro CONFIG_P1023
Replace CONFIG_P1023 with ARCH_P1023 in Kconfig and clean up existing
macros.
Signed-off-by: York Sun <york.sun@nxp.com>
Diffstat (limited to 'drivers/net/fm/Makefile')
-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 316fef4..05abbcf 100644 --- a/drivers/net/fm/Makefile +++ b/drivers/net/fm/Makefile @@ -18,7 +18,7 @@ obj-$(CONFIG_SYS_FMAN_V3) += memac.o # SoC specific SERDES support obj-$(CONFIG_P1017) += p1023.o -obj-$(CONFIG_P1023) += p1023.o +obj-$(CONFIG_ARCH_P1023) += p1023.o # The P204x, P304x, and P5020 are the same obj-$(CONFIG_PPC_P2041) += p5020.o obj-$(CONFIG_PPC_P3041) += p5020.o |