[coreboot] [commit] r6055 - in trunk/src: . lib

Stefan Reinauer stefan.reinauer at coresystems.de
Wed Nov 10 03:53:20 CET 2010


On 09.11.2010, at 18:08, "Myles Watson" <mylesgw at gmail.com> wrote:

>> Modified: trunk/src/lib/malloc.c
>> ==========================================================================
>> ====
>> --- trunk/src/lib/malloc.c    Wed Nov 10 01:14:32 2010    (r6054)
>> +++ trunk/src/lib/malloc.c    Wed Nov 10 03:00:32 2010    (r6055)
>> @@ -4,7 +4,7 @@
>> #if CONFIG_DEBUG_MALLOC
>> #define MALLOCDBG(x...) printk(BIOS_SPEW, x)
> This would be the easy place to make sure that you could see the messages.
> #define MALLOCDBG(x...) printk(CONFIG_DEFAULT_CONSOLE_LOGLEVEL, x)

I think keeping them at SPEW is fine,...  Otherwise we end up with images printing that information at ie error log level making it impossible to enable the option in production images at all.





> Thanks,
> Myles
> 
> 
> -- 
> coreboot mailing list: coreboot at coreboot.org
> http://www.coreboot.org/mailman/listinfo/coreboot
> 
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://www.coreboot.org/pipermail/coreboot/attachments/20101109/a0f505d2/attachment.html>


More information about the coreboot mailing list