diff options
Diffstat (limited to 'include/configs/P2020DS.h')
| -rw-r--r-- | include/configs/P2020DS.h | 1 | 
1 files changed, 1 insertions, 0 deletions
| diff --git a/include/configs/P2020DS.h b/include/configs/P2020DS.h index a975ee10e..229117c18 100644 --- a/include/configs/P2020DS.h +++ b/include/configs/P2020DS.h @@ -73,6 +73,7 @@  #define CONFIG_PCIE2		1	/* PCIE controler 2 (slot 2) */  #define CONFIG_PCIE3		1	/* PCIE controler 3 (ULI bridge) */  #define CONFIG_FSL_PCI_INIT	1	/* Use common FSL init code */ +#define CONFIG_PCI_INDIRECT_BRIDGE 1	/* indirect PCI bridge support */  #define CONFIG_FSL_PCIE_RESET	1	/* need PCIe reset errata */  #define CONFIG_SYS_PCI_64BIT	1	/* enable 64-bit PCI resources */ |