printk before hardwaremain()

git-svn-id: svn://svn.coreboot.org/coreboot/trunk@1321 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
This commit is contained in:
Greg Watson 2003-12-17 18:03:26 +00:00
parent 16f4e2cb1f
commit e3e8f1f7fc
1 changed files with 7 additions and 2 deletions

View File

@ -1,5 +1,6 @@
uses CONFIG_CONSOLE_SERIAL8250 CONFIG_CONSOLE_VGA
uses CONFIG_CONSOLE_LOGBUF CONFIG_CONSOLE_SROM
uses CONFIG_USE_INIT
object printk.o
if CONFIG_CONSOLE_SERIAL8250
@ -16,3 +17,7 @@ if CONFIG_CONSOLE_SROM
end
object console.o
object vsprintf.o
if CONFIG_USE_INIT
initobject vsprintf.o
end