aboutsummaryrefslogtreecommitdiff
path: root/src/ram
diff options
context:
space:
mode:
authorEric Biederman <ebiederm@xmission.com>2003-07-12 01:46:05 +0000
committerEric Biederman <ebiederm@xmission.com>2003-07-12 01:46:05 +0000
commitbd537be3d295f95417a2be6de3e1f4121c7a24a2 (patch)
treef17559bb3a993bf772a8cf9e02c12f701dc23003 /src/ram
parentc24a5685516802eaedceff50cce0271f51c80751 (diff)
- Add missing carriage return in ramtest.c
git-svn-id: svn://svn.coreboot.org/coreboot/trunk@953 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
Diffstat (limited to 'src/ram')
-rw-r--r--src/ram/ramtest.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ram/ramtest.c b/src/ram/ramtest.c
index 068d3bd705..af77fcc386 100644
--- a/src/ram/ramtest.c
+++ b/src/ram/ramtest.c
@@ -100,6 +100,6 @@ void ram_check(unsigned long start, unsigned long stop)
print_debug("\r\n");
ram_fill(start, stop);
ram_verify(start, stop);
- print_debug("Done.\n");
+ print_debug("Done.\r\n");
}