diff options
author | Graeme Russ <graeme.russ@gmail.com> | 2009-08-23 12:59:57 +1000 |
---|---|---|
committer | Wolfgang Denk <wd@denx.de> | 2009-09-04 21:57:22 +0200 |
commit | f50b619d9cb297b0125fe78dcd6f255eb0d91659 (patch) | |
tree | 01683f12f8c3b47b55784f25bad85c1dabc1ec21 /lib_i386/pci.c | |
parent | ed7a1b681de1e31d18d5b92e2767ae8df3241687 (diff) | |
download | u-boot-imx-f50b619d9cb297b0125fe78dcd6f255eb0d91659.zip u-boot-imx-f50b619d9cb297b0125fe78dcd6f255eb0d91659.tar.gz u-boot-imx-f50b619d9cb297b0125fe78dcd6f255eb0d91659.tar.bz2 |
i386: Moved PCI from #ifdef to conditional compile for sc520 boards
Signed-off-by: Graeme Russ <graeme.russ@gmail.com>
Diffstat (limited to 'lib_i386/pci.c')
-rw-r--r-- | lib_i386/pci.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/lib_i386/pci.c b/lib_i386/pci.c index f366bdc..9020e7c 100644 --- a/lib_i386/pci.c +++ b/lib_i386/pci.c @@ -26,7 +26,6 @@ #include <asm/io.h> #include <asm/pci.h> -#ifdef CONFIG_PCI #undef PCI_ROM_SCAN_VERBOSE int pci_shadow_rom(pci_dev_t dev, unsigned char *dest) @@ -151,5 +150,3 @@ int pci_shadow_rom(pci_dev_t dev, unsigned char *dest) return res; } - -#endif |