also rename the config option.
Signed-off-by: Stefan Reinauer <stepan@coresystems.de> Acked-by: Stefan Reinauer <stepan@coresystems.de> git-svn-id: svn://svn.coreboot.org/coreboot/trunk@5588 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
This commit is contained in:
parent
75a05dc0b9
commit
7e00a44b77
35 changed files with 66 additions and 66 deletions
|
|
@ -39,7 +39,7 @@
|
|||
#include <console/console.h>
|
||||
#include <cpu/x86/bist.h>
|
||||
|
||||
#if CONFIG_USBDEBUG_DIRECT
|
||||
#if CONFIG_USBDEBUG
|
||||
#define DBGP_DEFAULT 1
|
||||
#include "southbridge/intel/i82801gx/i82801gx_usb_debug.c"
|
||||
#include "pc80/usbdebug_serial.c"
|
||||
|
|
@ -236,7 +236,7 @@ void main(unsigned long bist)
|
|||
/* Set up the console */
|
||||
uart_init();
|
||||
|
||||
#if CONFIG_USBDEBUG_DIRECT
|
||||
#if CONFIG_USBDEBUG
|
||||
i82801gx_enable_usbdebug(DBGP_DEFAULT);
|
||||
early_usbdebug_init();
|
||||
#endif
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue