[coreboot-gerrit] New patch to review for coreboot: amd/cimx/sb800/pci_devs.h: Update guard #define name

Martin Roth (martinroth@google.com) gerrit at coreboot.org
Mon Jan 11 20:47:47 CET 2016


Martin Roth (martinroth at google.com) just uploaded a new patch set to gerrit, which you can find at https://review.coreboot.org/12899

-gerrit

commit 3712be7a92587c037b3d0755b2682f843aebf452
Author: Martin Roth <martinroth at google.com>
Date:   Mon Jan 11 12:42:35 2016 -0700

    amd/cimx/sb800/pci_devs.h: Update guard #define name
    
    Change-Id: Ieae41cab97293831a0c49c3b472b9e6c62ba36c6
    Signed-off-by: Martin Roth <martinroth at google.com>
---
 src/southbridge/amd/cimx/sb800/pci_devs.h | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/southbridge/amd/cimx/sb800/pci_devs.h b/src/southbridge/amd/cimx/sb800/pci_devs.h
index 2a3df77..e911a9d 100644
--- a/src/southbridge/amd/cimx/sb800/pci_devs.h
+++ b/src/southbridge/amd/cimx/sb800/pci_devs.h
@@ -13,8 +13,8 @@
  * GNU General Public License for more details.
  */
 
-#ifndef _CIMX_SB00_PCI_DEVS_H_
-#define _CIMX_SB00_PCI_DEVS_H_
+#ifndef _CIMX_SB800_PCI_DEVS_H_
+#define _CIMX_SB800_PCI_DEVS_H_
 
 #define BUS0 0
 



More information about the coreboot-gerrit mailing list