summaryrefslogtreecommitdiffstats
path: root/include/configs/nitrogen6x.h
diff options
context:
space:
mode:
authorMarek Vasut <marex@denx.de>2013-12-14 05:55:29 +0100
committerStefano Babic <sbabic@denx.de>2014-01-26 12:41:20 +0100
commit147f8fa3c55451949f90624a091c34f433df1d99 (patch)
tree7feeee6aa32e12f2d0f5c840d1768cf4fad6b81d /include/configs/nitrogen6x.h
parente9be4292e4f32bcdfb88c19407da281e36447498 (diff)
downloadblackbird-obmc-uboot-147f8fa3c55451949f90624a091c34f433df1d99.tar.gz
blackbird-obmc-uboot-147f8fa3c55451949f90624a091c34f433df1d99.zip
ARM: mx6: Enable PCIe on Sabrelite
Enable PCI express on MX6 Sabrelite. Signed-off-by: Marek Vasut <marex@denx.de> Cc: Albert Aribaud <albert.u.boot@aribaud.net> Cc: Eric Nelson <eric.nelson@boundarydevices.com> Cc: Fabio Estevam <fabio.estevam@freescale.com> Cc: Stefano Babic <sbabic@denx.de>
Diffstat (limited to 'include/configs/nitrogen6x.h')
-rw-r--r--include/configs/nitrogen6x.h11
1 files changed, 11 insertions, 0 deletions
diff --git a/include/configs/nitrogen6x.h b/include/configs/nitrogen6x.h
index f4ff5cd1b5..e6565518cd 100644
--- a/include/configs/nitrogen6x.h
+++ b/include/configs/nitrogen6x.h
@@ -352,4 +352,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 */
OpenPOWER on IntegriCloud