summaryrefslogtreecommitdiff
path: root/src/mainboard/amd/union_station
diff options
context:
space:
mode:
authorArthur Heymans <arthur@aheymans.xyz>2019-11-20 05:06:18 +0100
committerKyösti Mälkki <kyosti.malkki@gmail.com>2019-11-20 19:03:08 +0000
commit334699d20574a165fa5e8045cfc6823be90b59b6 (patch)
tree9f3c5a52188c45ee727c4596c14e6db96285837a /src/mainboard/amd/union_station
parent24284270c73ba4e35af10ea9054f084c989dff52 (diff)
downloadcoreboot-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/amd/union_station')
-rw-r--r--src/mainboard/amd/union_station/mainboard.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mainboard/amd/union_station/mainboard.c b/src/mainboard/amd/union_station/mainboard.c
index 402bc3634a..e2c0ac7370 100644
--- a/src/mainboard/amd/union_station/mainboard.c
+++ b/src/mainboard/amd/union_station/mainboard.c
@@ -15,7 +15,7 @@
#include <console/console.h>
#include <device/device.h>
-#include <southbridge/amd/sb800/sb800.h>
+#include <southbridge/amd/cimx/cimx_util.h>
#include <southbridge/amd/cimx/sb800/SBPLATFORM.h> /* Platform Specific Definitions */
/**********************************************