Prepare for using coreboot x86emu in userspace utility "vgabios"

Signed-off-by: Stefan Reinauer <stepan@coresystems.de>
Acked-by: Joseph Smith <joe@settoplinux.org>



git-svn-id: svn://svn.coreboot.org/coreboot/trunk@5275 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
This commit is contained in:
Stefan Reinauer 2010-03-23 15:49:44 +00:00 committed by Stefan Reinauer
parent f0aa09b51b
commit b7f53b2329
1 changed files with 2 additions and 0 deletions

View File

@ -42,8 +42,10 @@
/*---------------------- Macros and type definitions ----------------------*/
#ifdef CONFIG_DEFAULT_CONSOLE_LOGLEVEL
/* printf is not available in coreboot... use printk */
#define printf(x...) printk(BIOS_DEBUG, x)
#endif
/* checks to be enabled for "runtime" */