diff options
author | Arthur Heymans <arthur@aheymans.xyz> | 2019-11-20 05:06:18 +0100 |
---|---|---|
committer | Kyösti Mälkki <kyosti.malkki@gmail.com> | 2019-11-20 19:03:08 +0000 |
commit | 334699d20574a165fa5e8045cfc6823be90b59b6 (patch) | |
tree | 9f3c5a52188c45ee727c4596c14e6db96285837a /src/mainboard/gizmosphere/gizmo/mainboard.c | |
parent | 24284270c73ba4e35af10ea9054f084c989dff52 (diff) | |
download | coreboot-334699d20574a165fa5e8045cfc6823be90b59b6.tar.xz |
mb/*/*: Use proper header for pm_iowrite()
These boards don't include any from sb/amd/sb800.
Change-Id: I2dbe39df6e4c5a86a0714b396bb89b03bbafd164
Signed-off-by: Arthur Heymans <arthur@aheymans.xyz>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/36987
Reviewed-by: Kyösti Mälkki <kyosti.malkki@gmail.com>
Reviewed-by: Angel Pons <th3fanbus@gmail.com>
Reviewed-by: HAOUAS Elyes <ehaouas@noos.fr>
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Diffstat (limited to 'src/mainboard/gizmosphere/gizmo/mainboard.c')
-rw-r--r-- | src/mainboard/gizmosphere/gizmo/mainboard.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mainboard/gizmosphere/gizmo/mainboard.c b/src/mainboard/gizmosphere/gizmo/mainboard.c index 5d4fbd71e1..36fa5f9074 100644 --- a/src/mainboard/gizmosphere/gizmo/mainboard.c +++ b/src/mainboard/gizmosphere/gizmo/mainboard.c @@ -20,7 +20,7 @@ #include <device/device.h> #include <device/pci_def.h> #include <device/pci_ops.h> -#include <southbridge/amd/sb800/sb800.h> +#include <southbridge/amd/cimx/cimx_util.h> #include <southbridge/amd/cimx/sb800/SBPLATFORM.h> /********************************************** |