[coreboot-gerrit] New patch to review for coreboot: 07fca0c SB800: Remove includes of SBPLATFORM.h and replace by SB800.h

Paul Menzel (paulepanter@users.sourceforge.net) gerrit at coreboot.org
Fri Jun 28 11:15:50 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/3571

-gerrit

commit 07fca0c2808c73921cde6b987606bdf65800c6ce
Author: Paul Menzel <paulepanter at users.sourceforge.net>
Date:   Fri Jun 28 10:35:03 2013 +0200

    SB800: Remove includes of SBPLATFORM.h and replace by SB800.h
    
    `SBPLATFORM.h` just includes the needed header `SB800.h` so just include
    `SB800.h` directly.
    
    This needs to be adapted to the other SB800 boards too.
    
    Change-Id: If2781f74311bce84f83913c682acf36dcd9589a2
    Signed-off-by: Paul Menzel <paulepanter at users.sourceforge.net>
---
 src/mainboard/amd/persimmon/mainboard.c     | 2 +-
 src/mainboard/amd/south_station/mainboard.c | 1 -
 2 files changed, 1 insertion(+), 2 deletions(-)

diff --git a/src/mainboard/amd/persimmon/mainboard.c b/src/mainboard/amd/persimmon/mainboard.c
index b17bc6a..14e6fdb 100644
--- a/src/mainboard/amd/persimmon/mainboard.c
+++ b/src/mainboard/amd/persimmon/mainboard.c
@@ -28,7 +28,7 @@
 #include "BiosCallOuts.h"
 #include <cpu/amd/agesa/s3_resume.h>
 #include <cpu/amd/mtrr.h>
-#include "SBPLATFORM.h"
+#include "SB800.h"
 
 void set_pcie_reset(void);
 void set_pcie_dereset(void);
diff --git a/src/mainboard/amd/south_station/mainboard.c b/src/mainboard/amd/south_station/mainboard.c
index 43d6a78..c1c514a 100644
--- a/src/mainboard/amd/south_station/mainboard.c
+++ b/src/mainboard/amd/south_station/mainboard.c
@@ -26,7 +26,6 @@
 #include <cpu/amd/mtrr.h>
 #include <device/pci_def.h>
 #include <delay.h>
-#include "SBPLATFORM.h" 	/* Platfrom Specific Definitions */
 
 
 void set_pcie_reset(void);



More information about the coreboot-gerrit mailing list