diff options
author | Scott Wood <scottwood@freescale.com> | 2012-08-14 10:14:51 +0000 |
---|---|---|
committer | Andy Fleming <afleming@freescale.com> | 2012-08-23 12:16:54 -0500 |
commit | 3e978f5dc85db40432f73380aa5be53096205f18 (patch) | |
tree | 2d91f96da6f687d34075745f143cb4e91ce8153c /drivers/net/fm | |
parent | 055ce08004136333fd237fa8f0a5ab3dd82c7a49 (diff) | |
download | u-boot-imx-3e978f5dc85db40432f73380aa5be53096205f18.zip u-boot-imx-3e978f5dc85db40432f73380aa5be53096205f18.tar.gz u-boot-imx-3e978f5dc85db40432f73380aa5be53096205f18.tar.bz2 |
powerpc/fsl-corenet: remove dead variant symbols
These are not supported as individual build targets, but instead
are supported by another target.
The dead p4040 defines in particular had bitrotted significantly.
Signed-off-by: Scott Wood <scottwood@freescale.com>
Acked-by: Kumar Gala <galak@kernel.crashing.org>
Signed-off-by: Andy Fleming <afleming@freescale.com>
Diffstat (limited to 'drivers/net/fm')
-rw-r--r-- | drivers/net/fm/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/net/fm/Makefile b/drivers/net/fm/Makefile index 9692575..cc57354 100644 --- a/drivers/net/fm/Makefile +++ b/drivers/net/fm/Makefile @@ -36,7 +36,6 @@ COBJS-y += tgec_phy.o COBJS-$(CONFIG_P1017) += p1023.o COBJS-$(CONFIG_P1023) += p1023.o # The P204x, P304x, and P5020 are the same -COBJS-$(CONFIG_PPC_P2040) += p5020.o COBJS-$(CONFIG_PPC_P2041) += p5020.o COBJS-$(CONFIG_PPC_P3041) += p5020.o COBJS-$(CONFIG_PPC_P4080) += p4080.o |