aboutsummaryrefslogtreecommitdiff
path: root/src/southbridge/sis/sis966/enable_usbdebug.c
diff options
context:
space:
mode:
authorUwe Hermann <uwe@hermann-uwe.de>2010-12-16 19:57:54 +0000
committerUwe Hermann <uwe@hermann-uwe.de>2010-12-16 19:57:54 +0000
commitb9c224e9c53c8e0df9835c0cfe5d28f98678c375 (patch)
tree577f19883dbe287194bc12cbf00c954f990ccf84 /src/southbridge/sis/sis966/enable_usbdebug.c
parentc36d506a05ad02f65d92d0f5a7b70a7c25666445 (diff)
Add TINY_BOOTBLOCK support for the SiS966 southbridge.
Signed-off-by: Uwe Hermann <uwe@hermann-uwe.de> Acked-by: Stefan Reinauer <stepan@coreboot.org> git-svn-id: svn://svn.coreboot.org/coreboot/trunk@6184 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
Diffstat (limited to 'src/southbridge/sis/sis966/enable_usbdebug.c')
-rw-r--r--src/southbridge/sis/sis966/enable_usbdebug.c6
1 files changed, 0 insertions, 6 deletions
diff --git a/src/southbridge/sis/sis966/enable_usbdebug.c b/src/southbridge/sis/sis966/enable_usbdebug.c
index a82e941b3a..fb20c960f3 100644
--- a/src/southbridge/sis/sis966/enable_usbdebug.c
+++ b/src/southbridge/sis/sis966/enable_usbdebug.c
@@ -30,12 +30,6 @@
#include <device/pci_def.h>
#include "sis966.h"
-#if CONFIG_HT_CHAIN_END_UNITID_BASE < CONFIG_HT_CHAIN_UNITID_BASE
-#define SIS966_DEVN_BASE CONFIG_HT_CHAIN_END_UNITID_BASE
-#else
-#define SIS966_DEVN_BASE CONFIG_HT_CHAIN_UNITID_BASE
-#endif
-
void set_debug_port(unsigned int port)
{
u32 dword;