intel/nehalem/raminit.c: Remove space in `timestamp_add_now(104)`
Fix up commit c6f6be09
(Support for nehalem northbridge) to follow the
coreboot/Linux kernel coding style.
Change-Id: Ibf4f272ad54e6fef0b297189651f2bcf888b5b26
Signed-off-by: Paul Menzel <paulepanter@users.sourceforge.net>
Reviewed-on: http://review.coreboot.org/10347
Tested-by: build bot (Jenkins)
Reviewed-by: Vladimir Serbinenko <phcoder@gmail.com>
This commit is contained in:
parent
99e0b27189
commit
9e817bfaaf
|
@ -4784,7 +4784,7 @@ void raminit(const int s3resume, const u8 *spd_addrmap)
|
|||
ram_training(&info);
|
||||
|
||||
/* After training. */
|
||||
timestamp_add_now (104);
|
||||
timestamp_add_now(104);
|
||||
|
||||
dump_timings(&info);
|
||||
|
||||
|
|
Loading…
Reference in New Issue