aboutsummaryrefslogtreecommitdiff
path: root/board/freescale/common/Makefile
diff options
context:
space:
mode:
authorTom Rini <trini@konsulko.com>2021-02-09 21:42:52 -0500
committerTom Rini <trini@konsulko.com>2021-02-15 10:15:13 -0500
commit2dce44980154914ed4b868de61ea6c9afe6216ef (patch)
treefb09cc55b1b2fd55f73603e59c7775d07e0491ed /board/freescale/common/Makefile
parent23397775bc2b1ff35d4eee075ef53e16360859dc (diff)
downloadu-boot-2dce44980154914ed4b868de61ea6c9afe6216ef.zip
u-boot-2dce44980154914ed4b868de61ea6c9afe6216ef.tar.gz
u-boot-2dce44980154914ed4b868de61ea6c9afe6216ef.tar.bz2
ppc: Remove MPC8572DS board
This board relies on using CONFIG_LIBATA but does not enable CONFIG_AHCI. The deadline for this conversion was the v2019.07 release. The use of CONFIG_AHCI requires CONFIG_DM. The deadline for this conversion was v2020.01. Remove this board. Cc: Priyanka Jain <priyanka.jain@nxp.com> Signed-off-by: Tom Rini <trini@konsulko.com> Reviewed-by: Priyanka Jain <priyanka.jain@nxp.com>
Diffstat (limited to 'board/freescale/common/Makefile')
-rw-r--r--board/freescale/common/Makefile1
1 files changed, 0 insertions, 1 deletions
diff --git a/board/freescale/common/Makefile b/board/freescale/common/Makefile
index 04e04a6..114b7ba 100644
--- a/board/freescale/common/Makefile
+++ b/board/freescale/common/Makefile
@@ -48,7 +48,6 @@ obj-$(CONFIG_TARGET_MPC8548CDS) += cds_pci_ft.o
obj-$(CONFIG_TARGET_MPC8555CDS) += cds_pci_ft.o
obj-$(CONFIG_TARGET_MPC8536DS) += ics307_clk.o
-obj-$(CONFIG_TARGET_MPC8572DS) += ics307_clk.o
obj-$(CONFIG_TARGET_P1022DS) += ics307_clk.o
obj-$(CONFIG_P2020DS) += ics307_clk.o
obj-$(CONFIG_TARGET_P3041DS) += ics307_clk.o