[coreboot-gerrit] Patch set updated for coreboot: 70ec341 intel/bd82x6x: fix building usb debug on SNB/IVB

Paul Menzel (paulepanter@users.sourceforge.net) gerrit at coreboot.org
Thu Jun 6 14:29:41 CEST 2013


Paul Menzel (paulepanter at users.sourceforge.net) just uploaded a new patch set to gerrit, which you can find at http://review.coreboot.org/3389

-gerrit

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

    intel/bd82x6x: fix building usb debug on SNB/IVB
    
    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