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/common/env_common.c b/common/env_common.c index 4f618d6..ea08501 100644 --- a/common/env_common.c +++ b/common/env_common.c
@@ -128,6 +128,9 @@ #ifdef CONFIG_CLOCKS_IN_MHZ "clocks_in_mhz=1\0" #endif +#if defined(CONFIG_PCI_BOOTDELAY) && (CONFIG_PCI_BOOTDELAY > 0) + "pcidelay=" MK_STR(CONFIG_PCI_BOOTDELAY) "\0" +#endif #ifdef CONFIG_EXTRA_ENV_SETTINGS CONFIG_EXTRA_ENV_SETTINGS #endif