diff options
author | Timur Tabi <timur@freescale.com> | 2012-08-14 06:47:27 (GMT) |
---|---|---|
committer | Andy Fleming <afleming@freescale.com> | 2012-08-23 17:16:53 (GMT) |
commit | 055ce08004136333fd237fa8f0a5ab3dd82c7a49 (patch) | |
tree | a3f73330d4c27476c433caf7b17ae9ae712b536e /drivers/net/fm/Makefile | |
parent | 61fc52b660cba005cb73df2c546293f3ba608409 (diff) | |
download | u-boot-fsl-qoriq-055ce08004136333fd237fa8f0a5ab3dd82c7a49.tar.xz |
powerpc/85xx: remove support for the Freescale P3060
The P3060 was cancelled before it went into production, so there's no point
in supporting it.
Signed-off-by: Timur Tabi <timur@freescale.com>
Signed-off-by: Andy Fleming <afleming@freescale.com>
Diffstat (limited to 'drivers/net/fm/Makefile')
-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 072b178..9692575 100644 --- a/drivers/net/fm/Makefile +++ b/drivers/net/fm/Makefile @@ -39,7 +39,6 @@ COBJS-$(CONFIG_P1023) += p1023.o COBJS-$(CONFIG_PPC_P2040) += p5020.o COBJS-$(CONFIG_PPC_P2041) += p5020.o COBJS-$(CONFIG_PPC_P3041) += p5020.o -COBJS-$(CONFIG_PPC_P3060) += p3060.o COBJS-$(CONFIG_PPC_P4080) += p4080.o COBJS-$(CONFIG_PPC_P5020) += p5020.o endif |