[U-Boot] [PATCH V2 4/4] ARM: mx6: Enable PCIe on Sabrelite

Marek Vasut marex at denx.de
Sat Dec 14 05:55:29 CET 2013


Enable PCI express on MX6 Sabrelite.

Signed-off-by: Marek Vasut <marex at denx.de>
Cc: Albert Aribaud <albert.u.boot at aribaud.net>
Cc: Eric Nelson <eric.nelson at boundarydevices.com>
Cc: Fabio Estevam <fabio.estevam at freescale.com>
Cc: Stefano Babic <sbabic at denx.de>
---
 include/configs/nitrogen6x.h | 11 +++++++++++
 1 file changed, 11 insertions(+)

V2: Enable just the PCI express, nothing more.

diff --git a/include/configs/nitrogen6x.h b/include/configs/nitrogen6x.h
index 957dabe..71dfe39 100644
--- a/include/configs/nitrogen6x.h
+++ b/include/configs/nitrogen6x.h
@@ -351,4 +351,15 @@
 #define CONFIG_SUPPORT_RAW_INITRD
 #define CONFIG_CMD_FS_GENERIC
 
+/*
+ * PCI express
+ */
+#define CONFIG_CMD_PCI
+#ifdef CONFIG_CMD_PCI
+#define CONFIG_PCI
+#define CONFIG_PCI_PNP
+#define CONFIG_PCI_SCAN_SHOW
+#define CONFIG_PCIE_IMX
+#endif
+
 #endif	       /* __CONFIG_H */
-- 
1.8.4.3



More information about the U-Boot mailing list