> 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)
Thanks, Myles -- coreboot mailing list: [email protected] http://www.coreboot.org/mailman/listinfo/coreboot

