diff options
author | Elyes HAOUAS <ehaouas@noos.fr> | 2018-10-14 10:51:13 +0200 |
---|---|---|
committer | Patrick Georgi <pgeorgi@google.com> | 2018-10-18 12:51:50 +0000 |
commit | 2c5652d72b82dcad7b8dda872391ebdb3664a567 (patch) | |
tree | f3d346672940466aa2e3a005c8f69493ee546757 /src/mainboard/elmex | |
parent | 39db1447431bdd651ff17a1c36dee08d7d0b3710 (diff) |
mb: Fix non-local header treated as local
Change-Id: Ib39305effdb00e032ca07e6d0e0d84cdf3dcf916
Signed-off-by: Elyes HAOUAS <ehaouas@noos.fr>
Reviewed-on: https://review.coreboot.org/29098
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Martin Roth <martinroth@google.com>
Diffstat (limited to 'src/mainboard/elmex')
-rw-r--r-- | src/mainboard/elmex/pcm205400/mainboard.c | 2 | ||||
-rw-r--r-- | src/mainboard/elmex/pcm205400/mptable.c | 3 |
2 files changed, 2 insertions, 3 deletions
diff --git a/src/mainboard/elmex/pcm205400/mainboard.c b/src/mainboard/elmex/pcm205400/mainboard.c index 8f8b735364..3fe513feb1 100644 --- a/src/mainboard/elmex/pcm205400/mainboard.c +++ b/src/mainboard/elmex/pcm205400/mainboard.c @@ -19,7 +19,7 @@ #include <arch/io.h> #include <southbridge/amd/common/amd_pci_util.h> #include <southbridge/amd/cimx/cimx_util.h> -#include "SBPLATFORM.h" +#include <southbridge/amd/cimx/sb800/SBPLATFORM.h> #include <southbridge/amd/cimx/sb800/pci_devs.h> #include <northbridge/amd/agesa/family14/pci_devs.h> diff --git a/src/mainboard/elmex/pcm205400/mptable.c b/src/mainboard/elmex/pcm205400/mptable.c index 9e92ae8e55..d153c79bea 100644 --- a/src/mainboard/elmex/pcm205400/mptable.c +++ b/src/mainboard/elmex/pcm205400/mptable.c @@ -14,14 +14,13 @@ * GNU General Public License for more details. */ - #include <console/console.h> #include <arch/smp/mpspec.h> #include <device/pci.h> #include <arch/io.h> #include <string.h> #include <stdint.h> -#include <SBPLATFORM.h> +#include <southbridge/amd/cimx/sb800/SBPLATFORM.h> #include <southbridge/amd/common/amd_pci_util.h> #include <drivers/generic/ioapic/chip.h> #include <arch/ioapic.h> |