summaryrefslogtreecommitdiff
path: root/board/freescale/corenet_ds/Makefile
diff options
context:
space:
mode:
authorPriyanka Jain <priyanka.jain@nxp.com>2020-09-21 11:56:44 +0530
committerTom Rini <trini@konsulko.com>2020-09-24 08:27:44 -0400
commit8e01439dd30c4f74839d65962fecde6c1722b79d (patch)
tree669e6b5b106624ec7d30cf622aaa4d6bd4784ae9 /board/freescale/corenet_ds/Makefile
parentd975f6a6933f5290b20ae322ea696311d94dc6c4 (diff)
board/freescale: Remove P5020DS board support
Remove NXP powerpc P5020DS board support as it is no longer maintained. Signed-off-by: Priyanka Jain <priyanka.jain@nxp.com>
Diffstat (limited to 'board/freescale/corenet_ds/Makefile')
-rw-r--r--board/freescale/corenet_ds/Makefile2
1 files changed, 0 insertions, 2 deletions
diff --git a/board/freescale/corenet_ds/Makefile b/board/freescale/corenet_ds/Makefile
index 98322b2747..4d62fc9ce1 100644
--- a/board/freescale/corenet_ds/Makefile
+++ b/board/freescale/corenet_ds/Makefile
@@ -8,9 +8,7 @@ obj-y += corenet_ds.o
obj-y += ddr.o
obj-$(CONFIG_TARGET_P3041DS) += eth_hydra.o
obj-$(CONFIG_TARGET_P4080DS) += eth_p4080.o
-obj-$(CONFIG_TARGET_P5020DS) += eth_hydra.o
obj-$(CONFIG_TARGET_P5040DS) += eth_superhydra.o
obj-$(CONFIG_TARGET_P3041DS) += p3041ds_ddr.o
obj-$(CONFIG_TARGET_P4080DS) += p4080ds_ddr.o
-obj-$(CONFIG_TARGET_P5020DS) += p5020ds_ddr.o
obj-$(CONFIG_TARGET_P5040DS) += p5040ds_ddr.o