commit | f5dd410679e668d290b428116742e48206441d2b | [log] [tgz] |
---|---|---|
author | stroese <stroese> | Fri Feb 14 11:21:23 2003 +0000 |
committer | stroese <stroese> | Fri Feb 14 11:21:23 2003 +0000 |
tree | ed9676dd2921f05a3faf4ed97c416ac204e29c0d | |
parent | 41e2e051faca2c1e9b851ce8c36a54c6e439acad [diff] [blame] |
Add "pcidelay" environment variable (in ms, enabled via CONFIG_PCI_BOOTDELAY).
diff --git a/board/utx8245/utx8245.c b/board/utx8245/utx8245.c index 249862a..63b4e3e 100644 --- a/board/utx8245/utx8245.c +++ b/board/utx8245/utx8245.c
@@ -143,7 +143,7 @@ #endif /*CONFIG_PCI_PNP*/ }; -void pci_init (void) +void pci_init_board (void) { pci_mpc824x_init(&utx8245_hose);