Refactor copy_and_run so that it uses a single code base instead of
[coreboot.git] / src / arch / i386 / lib / console.c
index abeb2d90a1c320767ec1602efcd997b5d86f4252..47015bc75ca3f06d39f237c294d04d5fd8383e44 100644 (file)
@@ -13,12 +13,6 @@ static void __console_tx_byte(unsigned char byte)
 
 #include "console_printk.c"
 
-#if CONFIG_USE_INIT == 0
-// do_printk
-#include "../../../console/vtxprintf.c"
-#include "printk_init.c"
-#endif
-
 #endif /* CONFIG_USE_PRINTK_IN_CAR */
 
 #ifndef COREBOOT_EXTRA_VERSION