diff options
-rw-r--r-- | src/devices/pci_device.c | 2 | ||||
-rw-r--r-- | targets/digitallogic/msm586seg/Config.lb | 6 |
2 files changed, 4 insertions, 4 deletions
diff --git a/src/devices/pci_device.c b/src/devices/pci_device.c index a002d1cc35..1497f72703 100644 --- a/src/devices/pci_device.c +++ b/src/devices/pci_device.c @@ -1041,7 +1041,7 @@ unsigned int pci_scan_bus(struct bus *bus, if(old_devices) { device_t left; for(left = old_devices; left; left = left->sibling) { - printk_debug("%s\n", dev_path(left)); + printk_error("%s\n", dev_path(left)); } die("PCI: Left over static devices. Check your Config.lb\n"); } diff --git a/targets/digitallogic/msm586seg/Config.lb b/targets/digitallogic/msm586seg/Config.lb index cc0a0be7f8..7624933dc2 100644 --- a/targets/digitallogic/msm586seg/Config.lb +++ b/targets/digitallogic/msm586seg/Config.lb @@ -3,11 +3,11 @@ mainboard digitallogic/msm586seg -option DEFAULT_CONSOLE_LOGLEVEL=10 -option MAXIMUM_CONSOLE_LOGLEVEL=10 +option DEFAULT_CONSOLE_LOGLEVEL=3 +option MAXIMUM_CONSOLE_LOGLEVEL=3 option CONFIG_COMPRESS=0 -option CONFIG_CONSOLE_VGA=1 +option CONFIG_CONSOLE_VGA=0 #romimage "normal" # option USE_FALLBACK_IMAGE=0 |