aboutsummaryrefslogtreecommitdiff
path: root/src/mainboard/ibase
diff options
context:
space:
mode:
authorSven Schnelle <svens@stackframe.org>2011-10-30 08:49:43 +0100
committerSven Schnelle <svens@stackframe.org>2011-10-30 12:37:05 +0100
commit4c2bfb6256da0a4ffab94b3e810b9489e63a5c16 (patch)
treeabc87ae4f59e03f6b07a4414cc968cfdba3e4f0b /src/mainboard/ibase
parent9491b4d5f5649ab6c18ae7f5ff285c09c212495b (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/ibase')
-rw-r--r--src/mainboard/ibase/mb899/romstage.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/mainboard/ibase/mb899/romstage.c b/src/mainboard/ibase/mb899/romstage.c
index 11f48a1cb4..148587d815 100644
--- a/src/mainboard/ibase/mb899/romstage.c
+++ b/src/mainboard/ibase/mb899/romstage.c
@@ -30,7 +30,6 @@
#include "superio/winbond/w83627ehg/w83627ehg.h"
#include <pc80/mc146818rtc.h>
#include <console/console.h>
-#include <usbdebug.h>
#include <cpu/x86/bist.h>
#include "superio/winbond/w83627ehg/early_serial.c"
#include "northbridge/intel/i945/i945.h"