diff options
| author | <[email protected]> | 2005-08-16 20:39:05 +0200 |
|---|---|---|
| committer | <[email protected]> | 2005-08-16 20:39:05 +0200 |
| commit | 30eb1770ca463d59d42b70706c6264240c492852 (patch) | |
| tree | bab54f38be4ccc962538e4186104bf0bee5540f0 /include | |
| parent | 22e05df45cc343eda3266312bde676737d9bc70c (diff) | |
CONFIG_PCI_SCAN_SHOW disabled for O2DNT.
Diffstat (limited to 'include')
| -rw-r--r-- | include/configs/o2dnt.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/configs/o2dnt.h b/include/configs/o2dnt.h index 2d44cea4046..5d53163f582 100644 --- a/include/configs/o2dnt.h +++ b/include/configs/o2dnt.h @@ -56,7 +56,7 @@ */ #define CONFIG_PCI 1 #define CONFIG_PCI_PNP 1 -#define CONFIG_PCI_SCAN_SHOW 1 +/* #define CONFIG_PCI_SCAN_SHOW 1 */ #define CONFIG_PCI_MEM_BUS 0x40000000 #define CONFIG_PCI_MEM_PHYS CONFIG_PCI_MEM_BUS |
