intel raminit: whitespace fixes

Remove whitespace errors.

Change-Id: If69244a5d47424e3e984fdf782ea9d2d3c466d86
Signed-off-by: Patrick Rudolph <siro@das-labor.org>
Reviewed-on: http://review.coreboot.org/10888
Tested-by: build bot (Jenkins)
Reviewed-by: Paul Menzel <paulepanter@users.sourceforge.net>
Reviewed-by: Nicolas Reinecke <nr@das-labor.org>
This commit is contained in:
Patrick Rudolph 2015-07-12 11:39:45 +02:00 committed by Stefan Reinauer
parent 03a88d3773
commit 073b017bed
1 changed files with 9 additions and 9 deletions

View File

@ -2370,16 +2370,16 @@ static void adjust_high_timB(ramctr_timing * ctrl)
wait_428c(channel);
FOR_ALL_LANES {
u64 res =
read32(DEFAULT_MCHBAR + lane_registers[lane] +
0x100 * channel + 4);
res |=
((u64) read32(DEFAULT_MCHBAR + lane_registers[lane] +
0x100 * channel + 8)) << 32;
ctrl->timings[channel][slotrank].lanes[lane].timB +=
get_timB_high_adjust(res) * 64;
read32(DEFAULT_MCHBAR + lane_registers[lane] +
0x100 * channel + 4);
res |=
((u64) read32(DEFAULT_MCHBAR + lane_registers[lane] +
0x100 * channel + 8)) << 32;
ctrl->timings[channel][slotrank].lanes[lane].timB +=
get_timB_high_adjust(res) * 64;
printk(BIOS_DEBUG, "High adjust %d:%016llx\n", lane, res);
printram("Bval+: %d, %d, %d, %x\n", channel,
printk(BIOS_DEBUG, "High adjust %d:%016llx\n", lane, res);
printram("Bval+: %d, %d, %d, %x\n", channel,
slotrank, lane,
ctrl->timings[channel][slotrank].lanes[lane].
timB);