diff options
author | Stefan Reinauer <stepan@coresystems.de> | 2010-05-25 16:35:51 +0000 |
---|---|---|
committer | Stefan Reinauer <stepan@openbios.org> | 2010-05-25 16:35:51 +0000 |
commit | 75a05dc0b91fb5748bb4f8b0eee9cee168c2cda1 (patch) | |
tree | d9702dd075518d17753d91ca687c1deb2f0e554d /src/mainboard/getac/p470 | |
parent | da3237376f8f4d35731ef9abfb7a7e5b94926198 (diff) | |
download | coreboot-75a05dc0b91fb5748bb4f8b0eee9cee168c2cda1.tar.xz |
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/getac/p470')
-rw-r--r-- | src/mainboard/getac/p470/romstage.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mainboard/getac/p470/romstage.c b/src/mainboard/getac/p470/romstage.c index 0da4b8f293..7082bd94a6 100644 --- a/src/mainboard/getac/p470/romstage.c +++ b/src/mainboard/getac/p470/romstage.c @@ -321,8 +321,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(); |