coreboot-kgpe-d16/src
Stefan Reinauer f0aa09b51b fix newly introduced printk_foo warnings..
Interesting enough, console_printk was only used in a single place and
duplicated a large part of console.h which is included in the same place.
Thus, just drop console_printk.c and we're one down with console complexity

Signed-off-by: Stefan Reinauer <stepan@coresystems.de>
Acked-by: Stefan Reinauer <stepan@coresystems.de>




git-svn-id: svn://svn.coreboot.org/coreboot/trunk@5274 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
2010-03-23 13:23:40 +00:00
..
arch/i386 fix newly introduced printk_foo warnings.. 2010-03-23 13:23:40 +00:00
boot printk_foo -> printk(BIOS_FOO, ...) 2010-03-22 11:42:32 +00:00
console printk_foo -> printk(BIOS_FOO, ...) 2010-03-22 11:42:32 +00:00
cpu Revert my debugging patch that got committed by accident. Sorry. 2010-03-22 16:35:38 +00:00
devices printk_foo -> printk(BIOS_FOO, ...) 2010-03-22 11:42:32 +00:00
drivers printk_foo -> printk(BIOS_FOO, ...) 2010-03-22 11:42:32 +00:00
include fix newly introduced printk_foo warnings.. 2010-03-23 13:23:40 +00:00
lib printk_foo -> printk(BIOS_FOO, ...) 2010-03-22 11:42:32 +00:00
mainboard Revert my debugging patch that got committed by accident. Sorry. 2010-03-22 16:35:38 +00:00
northbridge Fix all the format string warnings. 2010-03-22 16:33:25 +00:00
pc80 drop some unused files and fix warnings on i945 based systems. 2010-03-22 11:50:52 +00:00
southbridge fix newly introduced printk_foo warnings.. 2010-03-23 13:23:40 +00:00
superio Fix all the format string warnings. 2010-03-22 16:33:25 +00:00
Kconfig Remove remaining uses of 2010-03-18 20:58:41 +00:00
Kconfig.deprecated_options Move deprecated Kconfig options to their own file, 2010-03-14 21:31:05 +00:00