summaryrefslogtreecommitdiffstats
path: root/board/sc520_cdp
diff options
context:
space:
mode:
authorGraeme Russ <graeme.russ@gmail.com>2009-08-23 12:59:50 +1000
committerWolfgang Denk <wd@denx.de>2009-09-04 21:52:52 +0200
commitd7549024098af093785151261266a02be19af633 (patch)
tree8eb81a6bdbd6ed5c3d2f17de25b534e131640e63 /board/sc520_cdp
parent04ff9ab158714d43cdf2f4f6f0235c3ea9d241a2 (diff)
downloadblackbird-obmc-uboot-d7549024098af093785151261266a02be19af633.tar.gz
blackbird-obmc-uboot-d7549024098af093785151261266a02be19af633.zip
i386: Misc PCI fixups
Change PCI_REGION_MEMORY to PCI_REGION_SYS_MEMORY (Originally done in commit ff4e66e93c1a, regressed by commit 6d7f610b09f8) Cast PCI_ROM_ADDRESS_MASK to u32 Wrap probe_pci_video() call inside #ifdef CONFIG_VIDEO Change call to pci_find_class() to pci_find_devices(). This is based on a patch submitted on 1st March 2007 (Patch that fixes the compilation errors for sc520_cdp board) by mushtaq_k This patch requires that PCI_VIDEO_VENDOR_ID and PCI_VIDEO_DEVICE_ID be specified in the board config file. Dummy values have been added for the SC520 CDP board to enable compilation, but since I do not have one of these, I do know what the values should be Signed-off-by: Graeme Russ <graeme.russ@gmail.com>
Diffstat (limited to 'board/sc520_cdp')
-rw-r--r--board/sc520_cdp/sc520_cdp.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/board/sc520_cdp/sc520_cdp.c b/board/sc520_cdp/sc520_cdp.c
index 830ec37dd7..9cbe63efbc 100644
--- a/board/sc520_cdp/sc520_cdp.c
+++ b/board/sc520_cdp/sc520_cdp.c
@@ -27,6 +27,7 @@
#include <asm/io.h>
#include <asm/pci.h>
#include <asm/ic/sc520.h>
+#include <asm/ic/pci.h>
#include <ali512x.h>
#include <spi.h>
#include <netdev.h>
OpenPOWER on IntegriCloud