* Set USBDEBUG_DEFAULT_PORT in all southbridges and use that value
to unify calls to *_enable_usbdebug() * rename *_enable_usbdebug() to enable_usbdebug() * move enable_usbdebug() to generic romstage console init code and drop it from the individual romstage.c files. Signed-off-by: Stefan Reinauer <stefan.reinauer@coreboot.org> Acked-by: Peter Stuge <peter@stuge.se> git-svn-id: svn://svn.coreboot.org/coreboot/trunk@6513 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
This commit is contained in:
committed by
Stefan Reinauer
parent
261f842c1c
commit
b3ae1867d1
@ -46,7 +46,7 @@ void set_debug_port(unsigned int port)
|
||||
pci_write_config32(dev, 0x74, dword);
|
||||
}
|
||||
|
||||
void ck804_enable_usbdebug(unsigned int port)
|
||||
void enable_usbdebug(unsigned int port)
|
||||
{
|
||||
device_t dev = PCI_DEV(0, CK804_DEVN_BASE + 2, 1); /* USB EHCI */
|
||||
|
||||
|
Reference in New Issue
Block a user