summaryrefslogtreecommitdiffstats
path: root/include/configs/XPEDITE5200.h
diff options
context:
space:
mode:
authorJohn Schmoller <jschmoller@xes-inc.com>2010-10-22 00:20:23 -0500
committerKumar Gala <galak@kernel.crashing.org>2010-10-22 02:17:12 -0500
commit96d6160324c49c81df10b6b4c75d2470cb30dce4 (patch)
tree8f39289d4721ce30ad091c21cadee229ed3a5954 /include/configs/XPEDITE5200.h
parent9660c5de74aae900077c3769d7d18b39a124d9d5 (diff)
downloadtalos-obmc-uboot-96d6160324c49c81df10b6b4c75d2470cb30dce4.tar.gz
talos-obmc-uboot-96d6160324c49c81df10b6b4c75d2470cb30dce4.zip
pci: Add ability to re-enumerate PCI buses
Add a new 'pci enum' command which re-enumerates the PCI buses. This command is enabled via the CONFIG_CMD_PCI_ENUM define and can be useful in boards with FPGAs connected via PCI/PCIe, boards that support PCI hot-plugging, or during PCI debug. Also enable the 'pci enum' command for X-ES's Freescale-based boards. Signed-off-by: John Schmoller <jschmoller@xes-inc.com> Signed-off-by: Peter Tyser <ptyser@xes-inc.com> Acked-by: Kumar Gala <galak@kernel.crashing.org> Acked-by: Wolfgang Denk <wd@denx.de>
Diffstat (limited to 'include/configs/XPEDITE5200.h')
-rw-r--r--include/configs/XPEDITE5200.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/configs/XPEDITE5200.h b/include/configs/XPEDITE5200.h
index db03777a79..00cd516281 100644
--- a/include/configs/XPEDITE5200.h
+++ b/include/configs/XPEDITE5200.h
@@ -339,6 +339,7 @@
#define CONFIG_CMD_PCA953X
#define CONFIG_CMD_PCA953X_INFO
#define CONFIG_CMD_PCI
+#define CONFIG_CMD_PCI_ENUM
#define CONFIG_CMD_PING
#define CONFIG_CMD_SNTP
#define CONFIG_CMD_REGINFO
OpenPOWER on IntegriCloud