summaryrefslogtreecommitdiff
path: root/board
diff options
context:
space:
mode:
authorTom Rini <trini@konsulko.com>2019-06-20 09:14:35 -0400
committerTom Rini <trini@konsulko.com>2019-06-20 09:14:35 -0400
commitf643fb9f4c8fc5c5dceb8c2c2893447d18413d77 (patch)
tree9b77dd853b6027698069c5882a237778ad69e576 /board
parente8c185bb15f7e362f0d77e042b6811966917a6b7 (diff)
parent70833d530e3b9a776c5127487c7d3c1a1bb238cc (diff)
Merge https://gitlab.denx.de/u-boot/custodians/u-boot-mpc85xx
- PCIe driver change to support DM model - T2080QDS migrated to use PCIe DM model
Diffstat (limited to 'board')
-rw-r--r--board/freescale/t208xqds/pci.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/board/freescale/t208xqds/pci.c b/board/freescale/t208xqds/pci.c
index c761aea0ac..ef26f14c46 100644
--- a/board/freescale/t208xqds/pci.c
+++ b/board/freescale/t208xqds/pci.c
@@ -11,6 +11,7 @@
#include <fdt_support.h>
#include <asm/fsl_serdes.h>
+#if !defined(CONFIG_DM_PCI)
void pci_init_board(void)
{
fsl_pcie_init_board(0);
@@ -20,3 +21,4 @@ void pci_of_setup(void *blob, bd_t *bd)
{
FT_FSL_PCI_SETUP;
}
+#endif