Ensure that config options hidden by r6054 have defaults, and fix MALLOCDBG()

Signed-off-by: Peter Stuge <peter@stuge.se>
Acked-by: Peter Stuge <peter@stuge.se>


git-svn-id: svn://svn.coreboot.org/coreboot/trunk@6055 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
This commit is contained in:
Peter Stuge
2010-11-10 02:00:32 +00:00
parent a953f371dd
commit 5015f79857
2 changed files with 20 additions and 6 deletions

View File

@ -4,7 +4,7 @@
#if CONFIG_DEBUG_MALLOC
#define MALLOCDBG(x...) printk(BIOS_SPEW, x)
#else
#define MALLOCDBG(x)
#define MALLOCDBG(x...)
#endif
extern unsigned char _heap, _eheap;