On 09.11.2010, at 18:08, "Myles Watson" <[email protected]> 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: [email protected] > http://www.coreboot.org/mailman/listinfo/coreboot >
-- coreboot mailing list: [email protected] http://www.coreboot.org/mailman/listinfo/coreboot

