mirror of
https://gitlab.com/qemu-project/openbios.git
synced 2024-02-13 08:34:06 +08:00
Remove debug printk when IDE debugging is disabled (Laurent Vivier)
git-svn-id: svn://coreboot.org/openbios/openbios-devel@331 f158a5a8-5612-0410-a976-696ce0be7e32
This commit is contained in:
@@ -64,7 +64,7 @@
|
||||
|
||||
<!-- Drivers -->
|
||||
<option name="CONFIG_DRIVER_PCI" type="boolean" value="true"/>
|
||||
<option name="CONFIG_DEBUG_PCI" type="boolean" value="true"/>
|
||||
<option name="CONFIG_DEBUG_PCI" type="boolean" value="false"/>
|
||||
<option name="CONFIG_DRIVER_IDE" type="boolean" value="true"/>
|
||||
<option name="CONFIG_IDE_NUM_CHANNELS" type="integer" value="2"/>
|
||||
<option name="CONFIG_IDE_FIRST_UNIT" type="integer" value="1"/>
|
||||
|
||||
Reference in New Issue
Block a user