[coreboot] last for the day

ron minnich rminnich at gmail.com
Sun Aug 3 21:37:53 CEST 2008


On Sun, Aug 3, 2008 at 9:56 AM, Uwe Hermann <uwe at hermann-uwe.de> 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




More information about the coreboot mailing list