summaryrefslogtreecommitdiffstats
path: root/src/mainboard/intel
diff options
context:
space:
mode:
authorStefan Reinauer <stepan@coresystems.de>2010-05-25 16:35:51 +0000
committerStefan Reinauer <stepan@openbios.org>2010-05-25 16:35:51 +0000
commit75a05dc0b91fb5748bb4f8b0eee9cee168c2cda1 (patch)
treed9702dd075518d17753d91ca687c1deb2f0e554d /src/mainboard/intel
parentda3237376f8f4d35731ef9abfb7a7e5b94926198 (diff)
downloadcoreboot-75a05dc0b91fb5748bb4f8b0eee9cee168c2cda1.tar.gz
coreboot-75a05dc0b91fb5748bb4f8b0eee9cee168c2cda1.tar.bz2
coreboot-75a05dc0b91fb5748bb4f8b0eee9cee168c2cda1.zip
fix most usbdebug warnings and fix function names.
Signed-off-by: Stefan Reinauer <stepan@coresystems.de> Acked-by: Stefan Reinauer <stepan@coresystems.de> git-svn-id: svn://svn.coreboot.org/coreboot/trunk@5587 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
Diffstat (limited to 'src/mainboard/intel')
-rw-r--r--src/mainboard/intel/d945gclf/romstage.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mainboard/intel/d945gclf/romstage.c b/src/mainboard/intel/d945gclf/romstage.c
index 961069a59acf..87f658615b71 100644
--- a/src/mainboard/intel/d945gclf/romstage.c
+++ b/src/mainboard/intel/d945gclf/romstage.c
@@ -237,8 +237,8 @@ void main(unsigned long bist)
uart_init();
#if CONFIG_USBDEBUG_DIRECT
- i82801gx_enable_usbdebug_direct(DBGP_DEFAULT);
- early_usbdebug_direct_init();
+ i82801gx_enable_usbdebug(DBGP_DEFAULT);
+ early_usbdebug_init();
#endif
console_init();