summaryrefslogtreecommitdiff
path: root/arch/powerpc/cpu/mpc85xx/pci.c
diff options
context:
space:
mode:
authorTom Rini <trini@konsulko.com>2021-05-14 21:34:20 -0400
committerTom Rini <trini@konsulko.com>2021-07-07 19:52:23 -0400
commita8571337d78093d2aff25add22df5cdc4e30f8a9 (patch)
tree50301d40ffc2cac1a6c368901f6c0170a14d98e4 /arch/powerpc/cpu/mpc85xx/pci.c
parent5fe4c0cc6e80cffb6fb91a3c35a8adb6ce4e0e2b (diff)
ppc: Remove MPC8541CDS board
This board has not been converted to CONFIG_DM_PCI by the deadline and is also missing conversion to CONFIG_DM. Remove it. As this is the only MPC8541 target left, remove that architecture support as well. Cc: Priyanka Jain <priyanka.jain@nxp.com> Signed-off-by: Tom Rini <trini@konsulko.com>
Diffstat (limited to 'arch/powerpc/cpu/mpc85xx/pci.c')
-rw-r--r--arch/powerpc/cpu/mpc85xx/pci.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/powerpc/cpu/mpc85xx/pci.c b/arch/powerpc/cpu/mpc85xx/pci.c
index 9a6fc13b73f..559730181ef 100644
--- a/arch/powerpc/cpu/mpc85xx/pci.c
+++ b/arch/powerpc/cpu/mpc85xx/pci.c
@@ -120,7 +120,7 @@ pci_mpc85xx_init(struct pci_controller *board_hose)
pci_register_hose(hose);
-#if defined(CONFIG_TARGET_MPC8555CDS) || defined(CONFIG_TARGET_MPC8541CDS)
+#if defined(CONFIG_TARGET_MPC8555CDS)
/*
* This is a SW workaround for an apparent HW problem
* in the PCI controller on the MPC85555/41 CDS boards.