mirror of
https://gitlab.com/qemu-project/openbios.git
synced 2024-02-13 08:34:06 +08:00
Suppress floppy debug and info messages by default
git-svn-id: svn://coreboot.org/openbios/openbios-devel@336 f158a5a8-5612-0410-a976-696ce0be7e32
This commit is contained in:
@@ -11,8 +11,13 @@
|
||||
/* DECLARE data structures for the nodes. */
|
||||
DECLARE_UNNAMED_NODE( ob_floppy, INSTALL_OPEN, 2*sizeof(int) );
|
||||
|
||||
#ifdef CONFIG_DEBUG_FLOPPY
|
||||
#define printk_info printk
|
||||
#define printk_debug printk
|
||||
#else
|
||||
#define printk_info(x ...)
|
||||
#define printk_debug(x ...)
|
||||
#endif
|
||||
#define printk_err printk
|
||||
|
||||
#ifndef FD_BASE
|
||||
|
||||
Reference in New Issue
Block a user