- Add missing carriage return in ramtest.c
git-svn-id: svn://svn.coreboot.org/coreboot/trunk@953 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
This commit is contained in:
parent
c24a568551
commit
bd537be3d2
|
@ -100,6 +100,6 @@ void ram_check(unsigned long start, unsigned long stop)
|
||||||
print_debug("\r\n");
|
print_debug("\r\n");
|
||||||
ram_fill(start, stop);
|
ram_fill(start, stop);
|
||||||
ram_verify(start, stop);
|
ram_verify(start, stop);
|
||||||
print_debug("Done.\n");
|
print_debug("Done.\r\n");
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue