[coreboot-gerrit] New patch to review for coreboot: f39dd3b intel/bd82x6x: fix building usb debug on SB/IB

Patrick Georgi (patrick@georgi-clan.de) gerrit at coreboot.org
Thu Jun 6 14:26:30 CEST 2013


Patrick Georgi (patrick at georgi-clan.de) just uploaded a new patch set to gerrit, which you can find at http://review.coreboot.org/3389

-gerrit

commit f39dd3b7672e38c1d1dd6370169c5b320bf3dc86
Author: Patrick Georgi <patrick.georgi at secunet.com>
Date:   Thu May 2 11:44:02 2013 +0200

    intel/bd82x6x: fix building usb debug on SB/IB
    
    Change-Id: Ica3afbf8277cb025251da7af181f8de0d0036b45
    Signed-off-by: Patrick Georgi <patrick.georgi at secunet.com>
---
 src/southbridge/intel/bd82x6x/usb_debug.c | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/src/southbridge/intel/bd82x6x/usb_debug.c b/src/southbridge/intel/bd82x6x/usb_debug.c
index 79a43bd..e075a76 100644
--- a/src/southbridge/intel/bd82x6x/usb_debug.c
+++ b/src/southbridge/intel/bd82x6x/usb_debug.c
@@ -22,9 +22,10 @@
 #include <console/console.h>
 #include <usbdebug.h>
 #include <device/pci_def.h>
-#include "pch.h"
 
 #ifdef __PRE_RAM__
+#include "pch.h"
+
 void enable_usbdebug(unsigned int port)
 {
 	u32 dbgctl;



More information about the coreboot-gerrit mailing list