[U-Boot] [PATCH 01/14][v2] armv8/ls2085a: define CONFIG_PCI
Prabhakar Kushwaha
prabhakar at freescale.com
Thu Jun 11 11:02:55 CEST 2015
LS2085A has 4 PCIe controller. Enable CONFIG_PCI to init PCIe
Signed-off-by: Prabhakar Kushwaha <prabhakar at freescale.com>
---
include/configs/ls2085a_common.h | 1 +
1 file changed, 1 insertion(+)
diff --git a/include/configs/ls2085a_common.h b/include/configs/ls2085a_common.h
index cf51909..45306c1 100644
--- a/include/configs/ls2085a_common.h
+++ b/include/configs/ls2085a_common.h
@@ -189,6 +189,7 @@ unsigned long long get_qixis_addr(void);
#endif
/* PCIe */
+#define CONFIG_PCI
#define CONFIG_PCIE1 /* PCIE controler 1 */
#define CONFIG_PCIE2 /* PCIE controler 2 */
#define CONFIG_PCIE3 /* PCIE controler 3 */
--
1.9.1
More information about the U-Boot
mailing list