diff options
author | <m8@hekate.semihalf.com> | 2005-08-16 20:39:05 +0200 |
---|---|---|
committer | <m8@hekate.semihalf.com> | 2005-08-16 20:39:05 +0200 |
commit | 30eb1770ca463d59d42b70706c6264240c492852 (patch) | |
tree | bab54f38be4ccc962538e4186104bf0bee5540f0 /include/configs/o2dnt.h | |
parent | 22e05df45cc343eda3266312bde676737d9bc70c (diff) | |
download | u-boot-imx-30eb1770ca463d59d42b70706c6264240c492852.zip u-boot-imx-30eb1770ca463d59d42b70706c6264240c492852.tar.gz u-boot-imx-30eb1770ca463d59d42b70706c6264240c492852.tar.bz2 |
CONFIG_PCI_SCAN_SHOW disabled for O2DNT.
Diffstat (limited to 'include/configs/o2dnt.h')
-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 2d44cea..5d53163 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 |