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:
parent
ff7e676c9f
commit
daf9e50ac1
|
@ -1989,7 +1989,7 @@ static void sdram_program_graphics_frequency(struct sys_info *sysinfo)
|
||||||
#define VOLTAGE_1_05 0x00
|
#define VOLTAGE_1_05 0x00
|
||||||
#define VOLTAGE_1_50 0x01
|
#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);
|
printk(BIOS_DEBUG, "FSB: %d MHz ", sysinfo->fsb_frequency);
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue