aboutsummaryrefslogtreecommitdiff
path: root/src/northbridge/amd/pi/00730F01/state_machine.c
diff options
context:
space:
mode:
authorAngel Pons <th3fanbus@gmail.com>2020-11-10 20:42:07 +0100
committerPatrick Georgi <pgeorgi@google.com>2020-11-25 09:11:58 +0000
commitec5cf1504e3bc31f308b18763eb256eeeb74dc7d (patch)
tree2666310451386de0ed416c75c969a153808f55be /src/northbridge/amd/pi/00730F01/state_machine.c
parentc19cbeeb6b4ec1f083951156e6b67d02390369b5 (diff)
nb/amd: Deduplicate nb_common.h
Save for the IO_APIC2_ADDR definition, they are equivalent. Change-Id: I14da3d9aeefcc725428957ce0c9ac164eabacec6 Signed-off-by: Angel Pons <th3fanbus@gmail.com> Reviewed-on: https://review.coreboot.org/c/coreboot/+/47408 Reviewed-by: Arthur Heymans <arthur@aheymans.xyz> Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Diffstat (limited to 'src/northbridge/amd/pi/00730F01/state_machine.c')
-rw-r--r--src/northbridge/amd/pi/00730F01/state_machine.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/northbridge/amd/pi/00730F01/state_machine.c b/src/northbridge/amd/pi/00730F01/state_machine.c
index af1198a001..ba34dabde9 100644
--- a/src/northbridge/amd/pi/00730F01/state_machine.c
+++ b/src/northbridge/amd/pi/00730F01/state_machine.c
@@ -8,7 +8,7 @@
#include <device/device.h>
#include <northbridge/amd/agesa/state_machine.h>
#include <northbridge/amd/agesa/agesa_helper.h>
-#include <northbridge/amd/pi/nb_common.h>
+#include <northbridge/amd/nb_common.h>
void platform_BeforeInitReset(struct sysinfo *cb, AMD_RESET_PARAMS *Reset)
{