On Sun, Aug 3, 2008 at 9:56 AM, Uwe Hermann <[EMAIL PROTECTED]> wrote: > 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?
Good catch, I fixed these as well. Committed revision 715. ron -- coreboot mailing list coreboot@coreboot.org http://www.coreboot.org/mailman/listinfo/coreboot