aboutsummaryrefslogtreecommitdiff
path: root/src/mainboard/nvidia
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/nvidia
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/nvidia')
-rw-r--r--src/mainboard/nvidia/l1_2pvv/romstage.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/mainboard/nvidia/l1_2pvv/romstage.c b/src/mainboard/nvidia/l1_2pvv/romstage.c
index ef329d3271..94aa14a2ce 100644
--- a/src/mainboard/nvidia/l1_2pvv/romstage.c
+++ b/src/mainboard/nvidia/l1_2pvv/romstage.c
@@ -33,7 +33,6 @@
#include <cpu/x86/lapic.h>
#include <pc80/mc146818rtc.h>
#include <console/console.h>
-#include <usbdebug.h>
#include <lib.h>
#include <spd.h>
#include <cpu/amd/model_fxx_rev.h>