Remove accidental debug printk

git-svn-id: svn://coreboot.org/openbios/openbios-devel@378 f158a5a8-5612-0410-a976-696ce0be7e32
This commit is contained in:
Blue Swirl
2009-01-10 11:41:04 +00:00
parent 91a9c7865a
commit cbbf8e81a9

View File

@@ -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");