diff options
author | Sven Schnelle <svens@stackframe.org> | 2011-10-30 08:49:43 +0100 |
---|---|---|
committer | Sven Schnelle <svens@stackframe.org> | 2011-10-30 12:37:05 +0100 |
commit | 4c2bfb6256da0a4ffab94b3e810b9489e63a5c16 (patch) | |
tree | abc87ae4f59e03f6b07a4414cc968cfdba3e4f0b /src/mainboard/kontron | |
parent | 9491b4d5f5649ab6c18ae7f5ff285c09c212495b (diff) |
remove usbdebug.h include from mainboard/romstage code
No romstage is supposed to use usbdebug functions/defines
directly, so remove all those includes. The usb code is now
called and setup from console code.
Change-Id: I9b1120d96f5993303d6b302accc86e14a91f7a9f
Signed-off-by: Sven Schnelle <svens@stackframe.org>
Reviewed-on: http://review.coreboot.org/354
Tested-by: build bot (Jenkins)
Diffstat (limited to 'src/mainboard/kontron')
-rw-r--r-- | src/mainboard/kontron/986lcd-m/romstage.c | 1 | ||||
-rw-r--r-- | src/mainboard/kontron/kt690/romstage.c | 1 |
2 files changed, 0 insertions, 2 deletions
diff --git a/src/mainboard/kontron/986lcd-m/romstage.c b/src/mainboard/kontron/986lcd-m/romstage.c index 6d9f81e571..df25fd47d9 100644 --- a/src/mainboard/kontron/986lcd-m/romstage.c +++ b/src/mainboard/kontron/986lcd-m/romstage.c @@ -27,7 +27,6 @@ #include <device/pci_def.h> #include <device/pnp_def.h> #include <cpu/x86/lapic.h> -#include <usbdebug.h> #include "superio/winbond/w83627thg/w83627thg.h" #include <pc80/mc146818rtc.h> #include "option_table.h" diff --git a/src/mainboard/kontron/kt690/romstage.c b/src/mainboard/kontron/kt690/romstage.c index 0cd523a12a..f2525e31d0 100644 --- a/src/mainboard/kontron/kt690/romstage.c +++ b/src/mainboard/kontron/kt690/romstage.c @@ -41,7 +41,6 @@ #include "northbridge/amd/amdk8/reset_test.c" #include "northbridge/amd/amdk8/debug.c" #include "superio/winbond/w83627dhg/early_serial.c" -#include <usbdebug.h> #include <cpu/amd/mtrr.h> #include "cpu/x86/bist.h" #include "northbridge/amd/amdk8/setup_resource_map.c" |