mirror of
https://github.com/fail0verflow/switch-coreboot.git
synced 2025-05-04 01:39:18 -04:00
- 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
1 changed files with 1 additions and 1 deletions
|
@ -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");
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue