aboutsummaryrefslogtreecommitdiff
path: root/src/mainboard/newisys
diff options
context:
space:
mode:
authorLi-Ta Lo <ollie@lanl.gov>2004-03-25 18:04:18 +0000
committerLi-Ta Lo <ollie@lanl.gov>2004-03-25 18:04:18 +0000
commit68a5e08499e0481b378174aa0bc3f2d059c178f9 (patch)
treecd984a153b24fb44a458ebc982402665eb5b537e /src/mainboard/newisys
parentedeff59c72f5ae0218a8366d38274947d2b48f8d (diff)
make log message a little prettier
git-svn-id: svn://svn.coreboot.org/coreboot/trunk@1479 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
Diffstat (limited to 'src/mainboard/newisys')
-rw-r--r--src/mainboard/newisys/khepri/auto.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mainboard/newisys/khepri/auto.c b/src/mainboard/newisys/khepri/auto.c
index 2b4a2b1f84..6e6dec743f 100644
--- a/src/mainboard/newisys/khepri/auto.c
+++ b/src/mainboard/newisys/khepri/auto.c
@@ -171,7 +171,7 @@ static void main(void)
needs_reset = setup_coherent_ht_domain();
needs_reset |= ht_setup_chain(PCI_DEV(0, 0x18, 0), 0x80);
if (needs_reset) {
- print_info("ht reset -");
+ print_info("ht reset -\r\n");
soft_reset();
}
#if 0