X-Git-Url: http://wien.tomnetworks.com/gitweb/?a=blobdiff_plain;f=src%2Farch%2Fx86%2Flib%2Fromcc_console.c;fp=src%2Farch%2Fx86%2Flib%2Fromcc_console.c;h=0e1f4e60039c66c9c877d4e214f3d1dfedfb059c;hb=1078c67af1228a556b1c5c182e8616271f6b7919;hp=13ee1f004f350832220a7e678e93ef4d4153ba05;hpb=be25a4ded0957a0ca31f94d32857f1cb03aa42ff;p=coreboot.git diff --git a/src/arch/x86/lib/romcc_console.c b/src/arch/x86/lib/romcc_console.c index 13ee1f004..0e1f4e600 100644 --- a/src/arch/x86/lib/romcc_console.c +++ b/src/arch/x86/lib/romcc_console.c @@ -46,6 +46,9 @@ static void __console_tx_byte(unsigned char byte) #if CONFIG_CONSOLE_NE2K ne2k_append_data_byte(byte, CONFIG_CONSOLE_NE2K_IO_PORT); #endif +#if CONFIG_CONSOLE_CBMEM + cbmemc_tx_byte(byte); +#endif } static void __console_tx_nibble(unsigned nibble)