mirror of
https://github.com/fail0verflow/switch-coreboot.git
synced 2025-05-04 01:39:18 -04:00
UPSTREAM: util/inteltool: Remove unnecessary whitespace
BUG=None BRANCH=None TEST=None Signed-off-by: Elyes HAOUAS <ehaouas@noos.fr> Reviewed-on: https://review.coreboot.org/17059 Tested-by: build bot (Jenkins) Reviewed-by: Paul Menzel <paulepanter@users.sourceforge.net> Reviewed-by: Martin Roth <martinroth@google.com> Change-Id: Id42a2901cf76e6b867f62a752a38bbd6f6e5f54e Reviewed-on: https://chromium-review.googlesource.com/402373 Commit-Ready: Furquan Shaikh <furquan@chromium.org> Tested-by: Furquan Shaikh <furquan@chromium.org> Reviewed-by: Aaron Durbin <adurbin@chromium.org>
This commit is contained in:
parent
9733f6bd7a
commit
54027f16f6
1 changed files with 2 additions and 2 deletions
|
@ -124,9 +124,9 @@ void ivybridge_dump_timings(const char *dump_spd_file)
|
|||
mad_dimm[channel] = read_mchbar32(0x5004 + 4 * channel);
|
||||
}
|
||||
|
||||
printf(".rankmap = { 0x%x, 0x%x }, \n", rankmap[0], rankmap[1]);
|
||||
printf(".rankmap = { 0x%x, 0x%x },\n", rankmap[0], rankmap[1]);
|
||||
|
||||
printf(".mad_dimm = { 0x%x, 0x%x }, \n", mad_dimm[0], mad_dimm[1]);
|
||||
printf(".mad_dimm = { 0x%x, 0x%x },\n", mad_dimm[0], mad_dimm[1]);
|
||||
|
||||
for (channel = 0; channel < 2; channel++)
|
||||
if (rankmap[channel]) {
|
||||
|
|
Loading…
Add table
Reference in a new issue