intel/i945/raminit.c: Remove trailing whitespace from `printk()`

Remove a trailing space after the ellipse in the debug messages.

	Setting Graphics Frequency...
	FSB: 667 MHz Voltage: 1.05V Render: 250Mhz Display: 200MHz

Change-Id: Iac8a5e89179104685dc54975ae7f833c1f3de69d
Signed-off-by: Paul Menzel <paulepanter@users.sourceforge.net>
Reviewed-on: http://review.coreboot.org/6280
Tested-by: build bot (Jenkins)
Reviewed-by: Edward O'Callaghan <eocallaghan@alterapraxis.com>
This commit is contained in:
Paul Menzel 2014-07-15 23:49:16 +02:00 committed by Edward O'Callaghan
parent ff7e676c9f
commit daf9e50ac1
1 changed files with 1 additions and 1 deletions

View File

@ -1989,7 +1989,7 @@ static void sdram_program_graphics_frequency(struct sys_info *sysinfo)
#define VOLTAGE_1_05 0x00
#define VOLTAGE_1_50 0x01
printk(BIOS_DEBUG, "Setting Graphics Frequency... \n");
printk(BIOS_DEBUG, "Setting Graphics Frequency...\n");
printk(BIOS_DEBUG, "FSB: %d MHz ", sysinfo->fsb_frequency);