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

Myles Watson mylesgw at gmail.com
Wed Nov 10 03:08:40 CET 2010


> 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





More information about the coreboot mailing list