aboutsummaryrefslogtreecommitdiff
path: root/src/southbridge/nvidia
diff options
context:
space:
mode:
authorEd Swierk <eswierk@arastra.com>2007-02-01 01:53:55 +0000
committerPeter Stuge <peter@stuge.se>2007-02-01 01:53:55 +0000
commitc3aaf6a99e98734e3e21d0fb248da85c3007aa2c (patch)
tree64acf03a0901a118eb42666d9d9ffd35f1f5351d /src/southbridge/nvidia
parent57e700f4f467afdad89e75820a7fae47f6b8b7ae (diff)
This patch adds the MCP55 PCI IDs (without which the southbridge code
won't compile), and breaks an unnecessary dependency on the usbdebug code. Signed-off-by: Ed Swierk <eswierk@arastra.com> Acked-by: Peter Stuge <peter@stuge.se> git-svn-id: svn://svn.coreboot.org/coreboot/trunk@2543 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
Diffstat (limited to 'src/southbridge/nvidia')
-rw-r--r--src/southbridge/nvidia/mcp55/mcp55_usb2.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/southbridge/nvidia/mcp55/mcp55_usb2.c b/src/southbridge/nvidia/mcp55/mcp55_usb2.c
index 0132bb1cb9..2463a340f4 100644
--- a/src/southbridge/nvidia/mcp55/mcp55_usb2.c
+++ b/src/southbridge/nvidia/mcp55/mcp55_usb2.c
@@ -27,7 +27,9 @@
#include <device/pci_ids.h>
#include <device/pci_ops.h>
#include "mcp55.h"
+#if CONFIG_USBDEBUG_DIRECT
#include <usbdebug_direct.h>
+#endif
extern struct ehci_debug_info dbg_info;