Long ago we agreed on kicking the _direct appendix because everything in

coreboot is direct. This patch does it.
Signed-off-by: Stefan Reinauer <stepan@coresystems.de>
Acked-by: Stefan Reinauer <stepan@coresystems.de>



git-svn-id: svn://svn.coreboot.org/coreboot/trunk@5586 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
This commit is contained in:
Stefan Reinauer
2010-05-25 16:17:45 +00:00
committed by Stefan Reinauer
parent 56394484e3
commit da3237376f
30 changed files with 34 additions and 33 deletions

View File

@@ -10,7 +10,7 @@ initobj-y += vtxprintf.o
initobj-$(CONFIG_USE_DCACHE_RAM) += console.o
driver-$(CONFIG_CONSOLE_SERIAL8250) += uart8250_console.o
driver-$(CONFIG_USBDEBUG_DIRECT) += usbdebug_direct_console.o
driver-$(CONFIG_USBDEBUG_DIRECT) += usbdebug_console.o
driver-$(CONFIG_CONSOLE_VGA) += vga_console.o
driver-$(CONFIG_CONSOLE_BTEXT) += btext_console.o
driver-$(CONFIG_CONSOLE_BTEXT) += font-8x16.o

View File

@@ -17,7 +17,7 @@
#include <string.h>
#include <console/console.h>
#include <usbdebug_direct.h>
#include <usbdebug.h>
#include <pc80/mc146818rtc.h>
static struct ehci_debug_info dbg_info;