diff options
author | Ronald G. Minnich <rminnich@gmail.com> | 2003-09-30 23:53:45 +0000 |
---|---|---|
committer | Ronald G. Minnich <rminnich@gmail.com> | 2003-09-30 23:53:45 +0000 |
commit | c18170b241c2b242335e8c2d7bbfdbc138133cc1 (patch) | |
tree | 8598e4f690a2fbece8038fc4723a8d7c19151c68 /src/boot | |
parent | 303349a9d2c266bb342a76f3d55600243ef0b774 (diff) | |
download | coreboot-c18170b241c2b242335e8c2d7bbfdbc138133cc1.tar.gz coreboot-c18170b241c2b242335e8c2d7bbfdbc138133cc1.tar.bz2 coreboot-c18170b241c2b242335e8c2d7bbfdbc138133cc1.zip |
more fixes for via ... plus a little more spew.
git-svn-id: svn://svn.coreboot.org/coreboot/trunk@1164 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
Diffstat (limited to 'src/boot')
-rw-r--r-- | src/boot/hardwaremain.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/boot/hardwaremain.c b/src/boot/hardwaremain.c index 6231d1167ed4..687b102bbea7 100644 --- a/src/boot/hardwaremain.c +++ b/src/boot/hardwaremain.c @@ -160,6 +160,7 @@ void hardwaremain(int boot_complete) /* If we have already booted attempt a hard reboot */ if (boot_complete) { + printk_spew("calling hard_reset\n"); hard_reset(); } CONFIGURE(CONF_PASS_PRE_PCI); |