[coreboot] last for the day

Uwe Hermann uwe at hermann-uwe.de
Sun Aug 3 18:56:49 CEST 2008


On Sat, Aug 02, 2008 at 02:20:19PM -0700, ron minnich wrote:
> @@ -871,12 +871,10 @@
>  	}
>  
>  	/* Report the amount of memory. */
> -	print_spew("RAM: 0x");
> -	print_spew_hex32(tom_k);
> -	print_spew(" KB\r\n");
> +	printk(BIOS_SPEW, "RAM: 0x%x DB\n", tom_k);

DB -> KB

Also, we partially use \n and partially \r\n in printk in v3, is there
some reason for that? Shall we move everything to \n only?


Uwe.
-- 
http://www.hermann-uwe.de  | http://www.holsham-traders.de
http://www.crazy-hacks.org | http://www.unmaintained-free-software.org




More information about the coreboot mailing list