diff options
author | Martin Roth <martinroth@google.com> | 2016-01-11 12:42:35 -0700 |
---|---|---|
committer | Martin Roth <martinroth@google.com> | 2016-01-12 22:24:52 +0100 |
commit | 5933814e272a6dec3ab763462e3629e75690fc66 (patch) | |
tree | f8700c39f18e477e59c05523c58d8822a49cf179 /src/southbridge/amd | |
parent | 5559e8935e71416946efc46c0fb3fec470aa45a4 (diff) | |
download | coreboot-5933814e272a6dec3ab763462e3629e75690fc66.tar.xz |
amd/cimx/sb800/pci_devs.h: Update guard #define name
Change-Id: Ieae41cab97293831a0c49c3b472b9e6c62ba36c6
Signed-off-by: Martin Roth <martinroth@google.com>
Reviewed-on: https://review.coreboot.org/12899
Tested-by: build bot (Jenkins)
Reviewed-by: Paul Menzel <paulepanter@users.sourceforge.net>
Reviewed-by: Kyösti Mälkki <kyosti.malkki@gmail.com>
Diffstat (limited to 'src/southbridge/amd')
-rw-r--r-- | src/southbridge/amd/cimx/sb800/pci_devs.h | 4 |
1 files 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 2a3df77528..e911a9ddee 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 |