[coreboot-gerrit] New patch to review for coreboot: 8e64303 intel/i945/raminit.c: Remove trailing whitespace from `printk()`

Paul Menzel (paulepanter@users.sourceforge.net) gerrit at coreboot.org
Thu Jul 17 08:29:29 CEST 2014


Paul Menzel (paulepanter at users.sourceforge.net) just uploaded a new patch set to gerrit, which you can find at http://review.coreboot.org/6300

-gerrit

commit 8e643033d21a19e91d2c5b59a025589274de1c5a
Author: Paul Menzel <paulepanter at users.sourceforge.net>
Date:   Thu Jul 17 08:16:04 2014 +0200

    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 at users.sourceforge.net>
---
 src/northbridge/intel/i945/raminit.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/northbridge/intel/i945/raminit.c b/src/northbridge/intel/i945/raminit.c
index 02cafe9..42233e8 100644
--- a/src/northbridge/intel/i945/raminit.c
+++ b/src/northbridge/intel/i945/raminit.c
@@ -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++) {



More information about the coreboot-gerrit mailing list