mirror of
https://gitlab.com/qemu-project/openbios.git
synced 2024-02-13 08:34:06 +08:00
Remove accidental debug printk
git-svn-id: svn://coreboot.org/openbios/openbios-devel@378 f158a5a8-5612-0410-a976-696ce0be7e32
This commit is contained in:
@@ -417,8 +417,6 @@ int vga_config_cb (const pci_config_t *config)
|
||||
|
||||
int ebus_config_cb(const pci_config_t *config)
|
||||
{
|
||||
printk("ebus config %s addr %x size %x\n", config->path,
|
||||
config->assigned[0] & ~0x0000000F, config->sizes[0]);
|
||||
#ifdef CONFIG_DRIVER_EBUS
|
||||
#ifdef CONFIG_DRIVER_FLOPPY
|
||||
ob_floppy_init(config->path, "fdthree");
|
||||
|
||||
Reference in New Issue
Block a user