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/supermicro | |
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/supermicro')
-rwxr-xr-x | src/mainboard/supermicro/h8scm_fam10/romstage.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/mainboard/supermicro/h8scm_fam10/romstage.c b/src/mainboard/supermicro/h8scm_fam10/romstage.c index 6e6e3940df..70b3a0470d 100755 --- a/src/mainboard/supermicro/h8scm_fam10/romstage.c +++ b/src/mainboard/supermicro/h8scm_fam10/romstage.c @@ -42,7 +42,6 @@ #include "northbridge/amd/amdfam10/reset_test.c" #include <console/loglevel.h> #include "cpu/x86/bist.h" -#include <usbdebug.h> #include "cpu/x86/mtrr/earlymtrr.c" #include <cpu/amd/mtrr.h> #include "northbridge/amd/amdfam10/setup_resource_map.c" |