X-Git-Url: http://wien.tomnetworks.com/gitweb/?p=coreboot.git;a=blobdiff_plain;f=src%2Fconsole%2Fconsole.c;h=8f60f04d4caebcadcb95a5991cf42f94ba28b75a;hp=d93366852abcd0a742b820f79cf1b12ec64b1a58;hb=1078c67af1228a556b1c5c182e8616271f6b7919;hpb=be25a4ded0957a0ca31f94d32857f1cb03aa42ff diff --git a/src/console/console.c b/src/console/console.c index d93366852..8f60f04d4 100644 --- a/src/console/console.c +++ b/src/console/console.c @@ -87,7 +87,7 @@ int console_tst_byte(void) return 0; } -#else +#else // __PRE_RAM__ ^^^ NOT defined vvv defined void console_init(void) { @@ -103,6 +103,9 @@ void console_init(void) #endif #if CONFIG_CONSOLE_NE2K ne2k_init(CONFIG_CONSOLE_NE2K_IO_PORT); +#endif +#if CONFIG_CONSOLE_CBMEM + cbmemc_init(); #endif static const char console_test[] = "\n\ncoreboot-"