diff options
author | Eric Biederman <ebiederm@xmission.com> | 2003-07-12 01:46:05 +0000 |
---|---|---|
committer | Eric Biederman <ebiederm@xmission.com> | 2003-07-12 01:46:05 +0000 |
commit | bd537be3d295f95417a2be6de3e1f4121c7a24a2 (patch) | |
tree | f17559bb3a993bf772a8cf9e02c12f701dc23003 /src/ram/ramtest.c | |
parent | c24a5685516802eaedceff50cce0271f51c80751 (diff) | |
download | coreboot-bd537be3d295f95417a2be6de3e1f4121c7a24a2.tar.xz |
- 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/ramtest.c')
-rw-r--r-- | src/ram/ramtest.c | 2 |
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"); } |