[U-Boot] [PATCH 3/5] mpc5200: digsy_mtc: enable pci_scan_delay option
Anatolij Gustschin
agust at denx.de
Fri May 27 16:08:22 CEST 2011
A delay of approximately 250 ms after PCI bus reset in
pci_mpc5xxx_init() is needed to recognize the Coral-PA
controller on graphic extention board. With this option
enabled we can set the environment variable "pci_scan_delay"
to the needed value.
Signed-off-by: Anatolij Gustschin <agust at denx.de>
---
include/configs/digsy_mtc.h | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
diff --git a/include/configs/digsy_mtc.h b/include/configs/digsy_mtc.h
index c738b3a..2b7ba4d 100644
--- a/include/configs/digsy_mtc.h
+++ b/include/configs/digsy_mtc.h
@@ -70,6 +70,7 @@
#define CONFIG_PCI 1
#define CONFIG_PCI_PNP 1
#define CONFIG_PCI_SCAN_SHOW 1
+#define CONFIG_PCI_SCAN_DELAY
#define CONFIG_PCI_MEM_BUS 0x40000000
#define CONFIG_PCI_MEM_PHYS CONFIG_PCI_MEM_BUS
--
1.7.4.4
More information about the U-Boot
mailing list