intel/i945/raminit.c: Remove trailing whitespace from `printk()`
Remove a trailing whitespace after the ellipse in the debug messages in `sdram_program_row_boundaries()`. Setting RAM size... C0DRB = 0x20202010 C1DRB = 0x60606040 TOLUD = 0x00c0 Change-Id: I3ee2886da6b048f509b50864bfcc21fbcb093e74 Signed-off-by: Paul Menzel <paulepanter@users.sourceforge.net> Reviewed-on: http://review.coreboot.org/6300 Tested-by: build bot (Jenkins) Reviewed-by: Patrick Georgi <patrick@georgi-clan.de>
This commit is contained in:
parent
b7ea95fa8e
commit
84283bcc12
|
@ -1521,7 +1521,7 @@ static int sdram_program_row_boundaries(struct sys_info *sysinfo)
|
|||
int i;
|
||||
int cum0, cum1, tolud, tom;
|
||||
|
||||
printk(BIOS_DEBUG, "Setting RAM size... \n");
|
||||
printk(BIOS_DEBUG, "Setting RAM size...\n");
|
||||
|
||||
cum0 = 0;
|
||||
for(i = 0; i < 2 * DIMM_SOCKETS; i++) {
|
||||
|
|
Loading…
Reference in New Issue