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/amd/lamar | |
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/amd/lamar')
-rw-r--r-- | src/mainboard/amd/lamar/romstage.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mainboard/amd/lamar/romstage.c b/src/mainboard/amd/lamar/romstage.c index d8930c3ee6..136e392335 100644 --- a/src/mainboard/amd/lamar/romstage.c +++ b/src/mainboard/amd/lamar/romstage.c @@ -32,7 +32,7 @@ #include <cpu/x86/lapic.h> #include <southbridge/amd/common/amd_defs.h> #include <southbridge/amd/pi/hudson/hudson.h> -#include "superio/fintek/f81216h/f81216h.h" +#include <superio/fintek/f81216h/f81216h.h> #define SERIAL_DEV PNP_DEV(0x4e, F81216H_SP1) |